#74e1b2

Color #74E1B2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #74E1B2

Tints of Medium Aquamarine #74E1B2

Color information

#74E1B2 (or 0x74E1B2) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E1 and B2. RGB value is (116,225,178). Sum of RGB (Red+Green+Blue) = 116+225+178=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E1B2 is #8B1E4D. Grayscale: #BBBBBB. Windows color (decimal): -9117262 or 11723124. OLE color: 11723124.

HSL color Cylindrical-coordinate representation of color #74E1B2: hue angle of 154.13º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E1B2 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB116225178-
CMYK0.4800.210.12
HSL154.13º64.5%66.86%-
HSV(B)154.13º48.44%88.24%-
XYZ42.1660.7851.63-
YUV187.05122.8977.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=22.35%
G=43.35%
B=34.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162251780.4800.210.12154.1364.566.86
Hex74E1B230015C9a4043
Octal1643412626002514232100103
Binary1110100111000011011001011000001010111001001101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74e1b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74e1b2; }

 p { color: rgb(116,225,178); }

 H1.HeaderClassName
 {
   color: #74e1b2;
 }
 .AnyTagClassName
 {
   color: #74e1b2;
 }
</style>
background-color css

<style>
 a { background-color: #74e1b2; }

 a { background-color: rgb(116,225,178); }

 div.DivClassName
 {
   background-color: #74e1b2;
 }
 .BgClassName
 {
   background-color: #74e1b2;
 }
</style>
border-color css

<style>
 span { border-color: #74e1b2; }

 span { border-color: rgb(116,225,178); }

 td.TdClassName
 {
   border-color: #74e1b2;
 }
 .TagClassName
 {
   border-color: #74e1b2;
 }
</style>