Shades of Medium Aquamarine #66DEAF
Tints of Medium Aquamarine #66DEAF
RGB
CMYK
RGB Variations
Color information
#66DEAF (or 0x66DEAF) is known color: Medium Aquamarine. HEX triplet: 66, DE and AF. RGB value is (102,222,175). Sum of RGB (Red+Green+Blue) = 102+222+175=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DEAF is #992150. Grayscale: #B4B4B4. Windows color (decimal): -10035537 or 11525734. OLE color: 11525734.
HSL color Cylindrical-coordinate representation of color #66DEAF: hue angle of 156.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEAF is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 175 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.13 |
| HSL | 156.5º | 0.65% | 0.64% | - |
| HSV(B) | 156.5º | 0.54% | 0.87% | - |
| XYZ | 39.34 | 58.16 | 49.71 | - |
| YUV | 180.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 175 | 0.54 | 0 | 0.21 | 0.13 | 156.5 | 0.65 | 0.64 |
| Hex | 66 | DE | AF | 36 | 0 | 15 | D | 9C | 41 | 40 |
| Octal | 146 | 336 | 257 | 66 | 0 | 25 | 15 | 234 | 101 | 100 |
| Binary | 1100110 | 11011110 | 10101111 | 110110 | 0 | 10101 | 1101 | 10011100 | 1000001 | 1000000 |
Color Harmonies of #66DEAF
Complementary color
Monochromatic Colors of #66DEAF
Black with #66DEAF
Text Example
Text Example
White with #66DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEAF; }
p { color: rgb(102,222,175); }
H1.HeaderClassName
{
color: #66DEAF;
}
.AnyTagClassName
{
color: #66DEAF;
}
</style>
background-color css
<style>
a { background-color: #66DEAF; }
a { background-color: rgb(102,222,175); }
div.DivClassName
{
background-color: #66DEAF;
}
.BgClassName
{
background-color: #66DEAF;
}
</style>
border-color css
<style>
span { border-color: #66DEAF; }
span { border-color: rgb(102,222,175); }
td.TdClassName
{
border-color: #66DEAF;
}
.TagClassName
{
border-color: #66DEAF;
}
</style>