#74EAD6

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

Shades of Aquamarine #74EAD6

Tints of Aquamarine #74EAD6

Color information

#74EAD6 (or 0x74EAD6) is unknown color: approx Aquamarine. HEX triplet: 74, EA and D6. RGB value is (116,234,214). Sum of RGB (Red+Green+Blue) = 116+234+214=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAD6 is #8B1529. Grayscale: #C4C4C4. Windows color (decimal): -9114922 or 14084724. OLE color: 14084724.

HSL color Cylindrical-coordinate representation of color #74EAD6: hue angle of 169.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAD6 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB116234214-
CMYK0.5000.090.08
HSL169.83º73.75%68.63%-
HSV(B)169.83º50.43%91.76%-
XYZ48.7667.4174.06-
YUV196.44137.9170.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.57%
GREEN value IS 234 (91.80% from 255) = 41.49%
BLUE value IS 214 (83.98% from 255) = 37.94%
R=20.57%
G=41.49%
B=37.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162342140.5000.090.08169.8373.7568.63
Hex74EAD632098aa4a45
Octal1643523266201110252112105
Binary111010011101010110101101100100100110001010101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,234,214); }

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

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

 a { background-color: rgb(116,234,214); }

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

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

 span { border-color: rgb(116,234,214); }

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