Shades of Medium Aquamarine #66E5AB
Tints of Medium Aquamarine #66E5AB
RGB
CMYK
RGB Variations
Color information
#66E5AB (or 0x66E5AB) is known color: Medium Aquamarine. HEX triplet: 66, E5 and AB. RGB value is (102,229,171). Sum of RGB (Red+Green+Blue) = 102+229+171=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E5AB is #991A54. Grayscale: #B8B8B8. Windows color (decimal): -10033749 or 11265382. OLE color: 11265382.
HSL color Cylindrical-coordinate representation of color #66E5AB: hue angle of 152.6º 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 #66E5AB is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 171 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.10 |
| HSL | 152.6º | 0.71% | 0.65% | - |
| HSV(B) | 152.6º | 0.55% | 0.9% | - |
| XYZ | 40.85 | 61.8 | 48.3 | - |
| YUV | 184.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 171 | 0.55 | 0 | 0.25 | 0.10 | 152.6 | 0.71 | 0.65 |
| Hex | 66 | E5 | AB | 37 | 0 | 19 | A | 99 | 47 | 41 |
| Octal | 146 | 345 | 253 | 67 | 0 | 31 | 12 | 231 | 107 | 101 |
| Binary | 1100110 | 11100101 | 10101011 | 110111 | 0 | 11001 | 1010 | 10011001 | 1000111 | 1000001 |
Color Harmonies of #66E5AB
Complementary color
Monochromatic Colors of #66E5AB
Black with #66E5AB
Text Example
Text Example
White with #66E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E5AB; }
p { color: rgb(102,229,171); }
H1.HeaderClassName
{
color: #66E5AB;
}
.AnyTagClassName
{
color: #66E5AB;
}
</style>
background-color css
<style>
a { background-color: #66E5AB; }
a { background-color: rgb(102,229,171); }
div.DivClassName
{
background-color: #66E5AB;
}
.BgClassName
{
background-color: #66E5AB;
}
</style>
border-color css
<style>
span { border-color: #66E5AB; }
span { border-color: rgb(102,229,171); }
td.TdClassName
{
border-color: #66E5AB;
}
.TagClassName
{
border-color: #66E5AB;
}
</style>