Shades of Medium Aquamarine #66DB99
Tints of Medium Aquamarine #66DB99
RGB
CMYK
RGB Variations
Color information
#66DB99 (or 0x66DB99) is known color: Medium Aquamarine. HEX triplet: 66, DB and 99. RGB value is (102,219,153). Sum of RGB (Red+Green+Blue) = 102+219+153=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DB99 is #992466. Grayscale: #B0B0B0. Windows color (decimal): -10036327 or 10083174. OLE color: 10083174.
HSL color Cylindrical-coordinate representation of color #66DB99: hue angle of 146.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB99 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 153 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.14 |
| HSL | 146.15º | 0.62% | 0.63% | - |
| HSV(B) | 146.15º | 0.53% | 0.86% | - |
| XYZ | 36.56 | 55.79 | 38.98 | - |
| YUV | 176.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 153 | 0.53 | 0 | 0.30 | 0.14 | 146.15 | 0.62 | 0.63 |
| Hex | 66 | DB | 99 | 35 | 0 | 1E | E | 92 | 3E | 3F |
| Octal | 146 | 333 | 231 | 65 | 0 | 36 | 16 | 222 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10011001 | 110101 | 0 | 11110 | 1110 | 10010010 | 111110 | 111111 |
Color Harmonies of #66DB99
Complementary color
Monochromatic Colors of #66DB99
Black with #66DB99
Text Example
Text Example
White with #66DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB99; }
p { color: rgb(102,219,153); }
H1.HeaderClassName
{
color: #66DB99;
}
.AnyTagClassName
{
color: #66DB99;
}
</style>
background-color css
<style>
a { background-color: #66DB99; }
a { background-color: rgb(102,219,153); }
div.DivClassName
{
background-color: #66DB99;
}
.BgClassName
{
background-color: #66DB99;
}
</style>
border-color css
<style>
span { border-color: #66DB99; }
span { border-color: rgb(102,219,153); }
td.TdClassName
{
border-color: #66DB99;
}
.TagClassName
{
border-color: #66DB99;
}
</style>