Shades of Medium Aquamarine #66DBA5
Tints of Medium Aquamarine #66DBA5
RGB
CMYK
RGB Variations
Color information
#66DBA5 (or 0x66DBA5) is known color: Medium Aquamarine. HEX triplet: 66, DB and A5. RGB value is (102,219,165). Sum of RGB (Red+Green+Blue) = 102+219+165=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBA5 is #99245A. Grayscale: #B1B1B1. Windows color (decimal): -10036315 or 10869606. OLE color: 10869606.
HSL color Cylindrical-coordinate representation of color #66DBA5: hue angle of 152.31º 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 #66DBA5 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 165 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.14 |
| HSL | 152.31º | 0.62% | 0.63% | - |
| HSV(B) | 152.31º | 0.53% | 0.86% | - |
| XYZ | 37.6 | 56.2 | 44.46 | - |
| YUV | 177.86 | 120.74 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 165 | 0.53 | 0 | 0.25 | 0.14 | 152.31 | 0.62 | 0.63 |
| Hex | 66 | DB | A5 | 35 | 0 | 19 | E | 98 | 3E | 3F |
| Octal | 146 | 333 | 245 | 65 | 0 | 31 | 16 | 230 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10100101 | 110101 | 0 | 11001 | 1110 | 10011000 | 111110 | 111111 |
Color Harmonies of #66DBA5
Complementary color
Monochromatic Colors of #66DBA5
Black with #66DBA5
Text Example
Text Example
White with #66DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBA5; }
p { color: rgb(102,219,165); }
H1.HeaderClassName
{
color: #66DBA5;
}
.AnyTagClassName
{
color: #66DBA5;
}
</style>
background-color css
<style>
a { background-color: #66DBA5; }
a { background-color: rgb(102,219,165); }
div.DivClassName
{
background-color: #66DBA5;
}
.BgClassName
{
background-color: #66DBA5;
}
</style>
border-color css
<style>
span { border-color: #66DBA5; }
span { border-color: rgb(102,219,165); }
td.TdClassName
{
border-color: #66DBA5;
}
.TagClassName
{
border-color: #66DBA5;
}
</style>