Shades of Medium Aquamarine #66E2AF
Tints of Medium Aquamarine #66E2AF
RGB
CMYK
RGB Variations
Color information
#66E2AF (or 0x66E2AF) is known color: Medium Aquamarine. HEX triplet: 66, E2 and AF. RGB value is (102,226,175). Sum of RGB (Red+Green+Blue) = 102+226+175=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E2AF is #991D50. Grayscale: #B7B7B7. Windows color (decimal): -10034513 or 11526758. OLE color: 11526758.
HSL color Cylindrical-coordinate representation of color #66E2AF: hue angle of 155.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2AF is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 175 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.11 |
| HSL | 155.32º | 0.68% | 0.64% | - |
| HSV(B) | 155.32º | 0.55% | 0.89% | - |
| XYZ | 40.41 | 60.31 | 50.07 | - |
| YUV | 183.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 175 | 0.55 | 0 | 0.23 | 0.11 | 155.32 | 0.68 | 0.64 |
| Hex | 66 | E2 | AF | 37 | 0 | 17 | B | 9B | 44 | 40 |
| Octal | 146 | 342 | 257 | 67 | 0 | 27 | 13 | 233 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10101111 | 110111 | 0 | 10111 | 1011 | 10011011 | 1000100 | 1000000 |
Color Harmonies of #66E2AF
Complementary color
Monochromatic Colors of #66E2AF
Black with #66E2AF
Text Example
Text Example
White with #66E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2AF; }
p { color: rgb(102,226,175); }
H1.HeaderClassName
{
color: #66E2AF;
}
.AnyTagClassName
{
color: #66E2AF;
}
</style>
background-color css
<style>
a { background-color: #66E2AF; }
a { background-color: rgb(102,226,175); }
div.DivClassName
{
background-color: #66E2AF;
}
.BgClassName
{
background-color: #66E2AF;
}
</style>
border-color css
<style>
span { border-color: #66E2AF; }
span { border-color: rgb(102,226,175); }
td.TdClassName
{
border-color: #66E2AF;
}
.TagClassName
{
border-color: #66E2AF;
}
</style>