Html Css Color HEX #66CCAA Medium Aquamarine

📋 copy color: '#66CCAA'

red 102 ◦ green 204 ◦ blue 170

#66CCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #66CCAA

Tints of Medium Aquamarine #66CCAA

RGB

 RED value IS 102 (40.23% from 255) = 21.43%

 GREEN value IS 204 (80.08% from 255) = 42.86%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 21.43%
G = 42.86%
B = 35.71%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#66CCAA (or 0x66CCAA) is known color: Medium Aquamarine. HEX triplet: 66, CC and AA. RGB value is (102,204,170). Sum of RGB (Red+Green+Blue) = 102+204+170=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCAA is #993355. Grayscale: #A9A9A9. Windows color (decimal): -10040150 or 11193446. OLE color: 11193446.

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

Color convert

RGB 102 204 170 -
CMYK 0.5 0 0.17 0.2
HSL 160º 0.5% 0.6% -
HSV(B) 160º 0.5% 0.8% -
XYZ 34.33 48.91 45.66 -
YUV 169.63 128.21 79.76 -
System Red Green Blue C M Y K H S L
Decimal 102 204 170 0.5 0 0.17 0.2 160 0.5 0.6
Hex 66 CC AA 32 0 11 14 A0 32 3C
Octal 146 314 252 62 0 21 24 240 62 74
Binary 1100110 11001100 10101010 110010 0 10001 10100 10100000 110010 111100

Color Harmonies of #66CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCAA

Black with #66CCAA

Text Example


Text Example

White with #66CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66CCAA;
 }
 .AnyTagClassName
 {
   color: #66CCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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