Html Css Color HEX #66ECA9 Medium Aquamarine

📋 copy color: '#66ECA9'

red 102 ◦ green 236 ◦ blue 169

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

Shades of Medium Aquamarine #66ECA9

Tints of Medium Aquamarine #66ECA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.33%

R = 20.12%
G = 46.55%
B = 33.33%

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

#66ECA9 (or 0x66ECA9) is known color: Medium Aquamarine. HEX triplet: 66, EC and A9. RGB value is (102,236,169). Sum of RGB (Red+Green+Blue) = 102+236+169=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECA9 is #991356. Grayscale: #BCBCBC. Windows color (decimal): -10031959 or 11136102. OLE color: 11136102.

HSL color Cylindrical-coordinate representation of color #66ECA9: hue angle of 150º 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 #66ECA9 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 169 -
CMYK 0.57 0 0.28 0.07
HSL 150º 0.78% 0.66% -
HSV(B) 150º 0.57% 0.93% -
XYZ 42.64 65.68 47.97 -
YUV 188.3 117.11 66.45 -
System Red Green Blue C M Y K H S L
Decimal 102 236 169 0.57 0 0.28 0.07 150 0.78 0.66
Hex 66 EC A9 39 0 1C 7 96 4E 42
Octal 146 354 251 71 0 34 7 226 116 102
Binary 1100110 11101100 10101001 111001 0 11100 111 10010110 1001110 1000010

Color Harmonies of #66ECA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECA9

Black with #66ECA9

Text Example


Text Example

White with #66ECA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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