Shades of Medium Aquamarine #66E0AF
Tints of Medium Aquamarine #66E0AF
RGB
CMYK
RGB Variations
Color information
#66E0AF (or 0x66E0AF) is known color: Medium Aquamarine. HEX triplet: 66, E0 and AF. RGB value is (102,224,175). Sum of RGB (Red+Green+Blue) = 102+224+175=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E0AF is #991F50. Grayscale: #B6B6B6. Windows color (decimal): -10035025 or 11526246. OLE color: 11526246.
HSL color Cylindrical-coordinate representation of color #66E0AF: hue angle of 155.9º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0AF is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 175 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.12 |
| HSL | 155.9º | 0.66% | 0.64% | - |
| HSV(B) | 155.9º | 0.54% | 0.88% | - |
| XYZ | 39.87 | 59.23 | 49.89 | - |
| YUV | 181.94 | 124.08 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 175 | 0.54 | 0 | 0.22 | 0.12 | 155.9 | 0.66 | 0.64 |
| Hex | 66 | E0 | AF | 36 | 0 | 16 | C | 9C | 42 | 40 |
| Octal | 146 | 340 | 257 | 66 | 0 | 26 | 14 | 234 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10101111 | 110110 | 0 | 10110 | 1100 | 10011100 | 1000010 | 1000000 |
Color Harmonies of #66E0AF
Complementary color
Monochromatic Colors of #66E0AF
Black with #66E0AF
Text Example
Text Example
White with #66E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0AF; }
p { color: rgb(102,224,175); }
H1.HeaderClassName
{
color: #66E0AF;
}
.AnyTagClassName
{
color: #66E0AF;
}
</style>
background-color css
<style>
a { background-color: #66E0AF; }
a { background-color: rgb(102,224,175); }
div.DivClassName
{
background-color: #66E0AF;
}
.BgClassName
{
background-color: #66E0AF;
}
</style>
border-color css
<style>
span { border-color: #66E0AF; }
span { border-color: rgb(102,224,175); }
td.TdClassName
{
border-color: #66E0AF;
}
.TagClassName
{
border-color: #66E0AF;
}
</style>