Html Css Color HEX #66E5AA Medium Aquamarine

📋 copy color: '#66E5AA'

red 102 ◦ green 229 ◦ blue 170

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

Shades of Medium Aquamarine #66E5AA

Tints of Medium Aquamarine #66E5AA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

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

R = 20.36%
G = 45.71%
B = 33.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#66E5AA (or 0x66E5AA) is known color: Medium Aquamarine. HEX triplet: 66, E5 and AA. RGB value is (102,229,170). Sum of RGB (Red+Green+Blue) = 102+229+170=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E5AA is #991A55. Grayscale: #B8B8B8. Windows color (decimal): -10033750 or 11199846. OLE color: 11199846.

HSL color Cylindrical-coordinate representation of color #66E5AA: hue angle of 152.13º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5AA is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 229 170 -
CMYK 0.55 0 0.26 0.10
HSL 152.13º 0.71% 0.65% -
HSV(B) 152.13º 0.55% 0.9% -
XYZ 40.75 61.77 47.8 -
YUV 184.3 119.92 69.3 -
System Red Green Blue C M Y K H S L
Decimal 102 229 170 0.55 0 0.26 0.10 152.13 0.71 0.65
Hex 66 E5 AA 37 0 1A A 98 47 41
Octal 146 345 252 67 0 32 12 230 107 101
Binary 1100110 11100101 10101010 110111 0 11010 1010 10011000 1000111 1000001

Color Harmonies of #66E5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E5AA

Black with #66E5AA

Text Example


Text Example

White with #66E5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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