#66EAAF

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

Shades of Medium Aquamarine #66EAAF

Tints of Medium Aquamarine #66EAAF

Color information

#66EAAF (or 0x66EAAF) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EA and AF. RGB value is (102,234,175). Sum of RGB (Red+Green+Blue) = 102+234+175=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EAAF is #991550. Grayscale: #BBBBBB. Windows color (decimal): -10032465 or 11528806. OLE color: 11528806.

HSL color Cylindrical-coordinate representation of color #66EAAF: hue angle of 153.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EAAF is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB102234175-
CMYK0.5600.250.08
HSL153.18º75.86%65.88%-
HSV(B)153.18º56.41%91.76%-
XYZ42.6464.7750.81-
YUV187.81120.7766.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=19.96%
G=45.79%
B=34.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341750.5600.250.08153.1875.8665.88
Hex66EAAF380198994c42
Octal1463522577003110231114102
Binary1100110111010101010111111100001100110001001100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66EAAF; }

 p { color: rgb(102,234,175); }

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

<style>
 a { background-color: #66EAAF; }

 a { background-color: rgb(102,234,175); }

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

<style>
 span { border-color: #66EAAF; }

 span { border-color: rgb(102,234,175); }

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