Shades of Medium Aquamarine #66DBAB
Tints of Medium Aquamarine #66DBAB
RGB
CMYK
RGB Variations
Color information
#66DBAB (or 0x66DBAB) is known color: Medium Aquamarine. HEX triplet: 66, DB and AB. RGB value is (102,219,171). Sum of RGB (Red+Green+Blue) = 102+219+171=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBAB is #992454. Grayscale: #B2B2B2. Windows color (decimal): -10036309 or 11262822. OLE color: 11262822.
HSL color Cylindrical-coordinate representation of color #66DBAB: hue angle of 155.38º 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 #66DBAB is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 171 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.14 |
| HSL | 155.38º | 0.62% | 0.63% | - |
| HSV(B) | 155.38º | 0.53% | 0.86% | - |
| XYZ | 38.16 | 56.43 | 47.41 | - |
| YUV | 178.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 171 | 0.53 | 0 | 0.22 | 0.14 | 155.38 | 0.62 | 0.63 |
| Hex | 66 | DB | AB | 35 | 0 | 16 | E | 9B | 3E | 3F |
| Octal | 146 | 333 | 253 | 65 | 0 | 26 | 16 | 233 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10101011 | 110101 | 0 | 10110 | 1110 | 10011011 | 111110 | 111111 |
Color Harmonies of #66DBAB
Complementary color
Monochromatic Colors of #66DBAB
Black with #66DBAB
Text Example
Text Example
White with #66DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBAB; }
p { color: rgb(102,219,171); }
H1.HeaderClassName
{
color: #66DBAB;
}
.AnyTagClassName
{
color: #66DBAB;
}
</style>
background-color css
<style>
a { background-color: #66DBAB; }
a { background-color: rgb(102,219,171); }
div.DivClassName
{
background-color: #66DBAB;
}
.BgClassName
{
background-color: #66DBAB;
}
</style>
border-color css
<style>
span { border-color: #66DBAB; }
span { border-color: rgb(102,219,171); }
td.TdClassName
{
border-color: #66DBAB;
}
.TagClassName
{
border-color: #66DBAB;
}
</style>