Html Css Color HEX #66ECAA Medium Aquamarine

📋 copy color: '#66ECAA'

red 102 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #66ECAA

Tints of Medium Aquamarine #66ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.46%

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

R = 20.08%
G = 46.46%
B = 33.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#66ECAA (or 0x66ECAA) is known color: Medium Aquamarine. HEX triplet: 66, EC and AA. RGB value is (102,236,170). Sum of RGB (Red+Green+Blue) = 102+236+170=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECAA is #991355. Grayscale: #BCBCBC. Windows color (decimal): -10031958 or 11201638. OLE color: 11201638.

HSL color Cylindrical-coordinate representation of color #66ECAA: hue angle of 150.45º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECAA is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 170 -
CMYK 0.57 0 0.28 0.07
HSL 150.45º 0.78% 0.66% -
HSV(B) 150.45º 0.57% 0.93% -
XYZ 42.73 65.72 48.46 -
YUV 188.41 117.61 66.37 -
System Red Green Blue C M Y K H S L
Decimal 102 236 170 0.57 0 0.28 0.07 150.45 0.78 0.66
Hex 66 EC AA 39 0 1C 7 96 4E 42
Octal 146 354 252 71 0 34 7 226 116 102
Binary 1100110 11101100 10101010 111001 0 11100 111 10010110 1001110 1000010

Color Harmonies of #66ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECAA

Black with #66ECAA

Text Example


Text Example

White with #66ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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