Html Css Color HEX #66CEAA Medium Aquamarine

📋 copy color: '#66CEAA'

red 102 ◦ green 206 ◦ blue 170

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

Shades of Medium Aquamarine #66CEAA

Tints of Medium Aquamarine #66CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

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

R = 21.34%
G = 43.1%
B = 35.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#66CEAA (or 0x66CEAA) is known color: 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

RGB 102 206 170 -
CMYK 0.50 0 0.17 0.19
HSL 159.23º 0.51% 0.6% -
HSV(B) 159.23º 0.5% 0.81% -
XYZ 34.81 49.87 45.82 -
YUV 170.8 127.54 78.93 -
System Red Green Blue C M Y K H S L
Decimal 102 206 170 0.50 0 0.17 0.19 159.23 0.51 0.6
Hex 66 CE AA 32 0 11 13 9F 33 3C
Octal 146 316 252 62 0 21 23 237 63 74
Binary 1100110 11001110 10101010 110010 0 10001 10011 10011111 110011 111100

Color Harmonies of #66CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEAA

Black with #66CEAA

Text Example


Text Example

White with #66CEAA

Text Example


Text Example

HTML Codes & Css Web 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>