#66CEAA

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

Shades of Medium Aquamarine #66CEAA

Tints of Medium Aquamarine #66CEAA

Color information

#66CEAA (or 0x66CEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CE and AA. RGB value is (102,206,170). Sum of RGB (Red+Green+Blue) = 102+206+170=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEAA is #993155. Grayscale: #AAAAAA. Windows color (decimal): -10039638 or 11193958. OLE color: 11193958.

HSL color Cylindrical-coordinate representation of color #66CEAA: hue angle of 159.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEAA is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB102206170-
CMYK0.5000.170.19
HSL159.23º51.49%60.39%-
HSV(B)159.23º50.49%80.78%-
XYZ34.8149.8745.82-
YUV170.8127.5478.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 206 (80.86% from 255) = 43.10%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=21.34%
G=43.10%
B=35.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1022061700.5000.170.19159.2351.4960.39
Hex66CEAA32011139f333c
Octal14631625262021232376374
Binary110011011001110101010101100100100011001110011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,206,170); }

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

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

 a { background-color: rgb(102,206,170); }

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

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

 span { border-color: rgb(102,206,170); }

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