#66CCAB

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

Shades of Medium Aquamarine #66CCAB

Tints of Medium Aquamarine #66CCAB

Color information

#66CCAB (or 0x66CCAB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CC and AB. RGB value is (102,204,171). Sum of RGB (Red+Green+Blue) = 102+204+171=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCAB is #993354. Grayscale: #A9A9A9. Windows color (decimal): -10040149 or 11258982. OLE color: 11258982.

HSL color Cylindrical-coordinate representation of color #66CCAB: hue angle of 160.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCAB is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB102204171-
CMYK0.500.160.2
HSL160.59º50%60%-
HSV(B)160.59º50%80%-
XYZ34.4248.9546.16-
YUV169.74128.7179.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=21.38%
G=42.77%
B=35.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041710.500.160.2160.595060
Hex66CCAB3201014a1323c
Octal14631425362020242416274
Binary110011011001100101010111100100100001010010100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,204,171); }

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

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

 a { background-color: rgb(102,204,171); }

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

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

 span { border-color: rgb(102,204,171); }

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