#66CCA9

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

Shades of Medium Aquamarine #66CCA9

Tints of Medium Aquamarine #66CCA9

Color information

#66CCA9 (or 0x66CCA9) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CC and A9. RGB value is (102,204,169). Sum of RGB (Red+Green+Blue) = 102+204+169=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCA9 is #993356. Grayscale: #A9A9A9. Windows color (decimal): -10040151 or 11127910. OLE color: 11127910.

HSL color Cylindrical-coordinate representation of color #66CCA9: hue angle of 159.41º 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 #66CCA9 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB102204169-
CMYK0.500.170.2
HSL159.41º50%60%-
HSV(B)159.41º50%80%-
XYZ34.2348.8845.17-
YUV169.51127.7179.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=21.47%
G=42.95%
B=35.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041690.500.170.2159.415060
Hex66CCA932011149f323c
Octal14631425162021242376274
Binary110011011001100101010011100100100011010010011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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