Shades of Medium Aquamarine #65DBAA
Tints of Medium Aquamarine #65DBAA
RGB
CMYK
RGB Variations
Color information
#65DBAA (or 0x65DBAA) is known color: Medium Aquamarine. HEX triplet: 65, DB and AA. RGB value is (101,219,170). Sum of RGB (Red+Green+Blue) = 101+219+170=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DBAA is #9A2455. Grayscale: #B2B2B2. Windows color (decimal): -10101846 or 11197285. OLE color: 11197285.
HSL color Cylindrical-coordinate representation of color #65DBAA: hue angle of 155.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DBAA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 170 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.14 |
| HSL | 155.08º | 0.62% | 0.63% | - |
| HSV(B) | 155.08º | 0.54% | 0.86% | - |
| XYZ | 37.95 | 56.33 | 46.9 | - |
| YUV | 178.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 170 | 0.54 | 0 | 0.22 | 0.14 | 155.08 | 0.62 | 0.63 |
| Hex | 65 | DB | AA | 36 | 0 | 16 | E | 9B | 3E | 3F |
| Octal | 145 | 333 | 252 | 66 | 0 | 26 | 16 | 233 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10101010 | 110110 | 0 | 10110 | 1110 | 10011011 | 111110 | 111111 |
Color Harmonies of #65DBAA
Complementary color
Monochromatic Colors of #65DBAA
Black with #65DBAA
Text Example
Text Example
White with #65DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBAA; }
p { color: rgb(101,219,170); }
H1.HeaderClassName
{
color: #65DBAA;
}
.AnyTagClassName
{
color: #65DBAA;
}
</style>
background-color css
<style>
a { background-color: #65DBAA; }
a { background-color: rgb(101,219,170); }
div.DivClassName
{
background-color: #65DBAA;
}
.BgClassName
{
background-color: #65DBAA;
}
</style>
border-color css
<style>
span { border-color: #65DBAA; }
span { border-color: rgb(101,219,170); }
td.TdClassName
{
border-color: #65DBAA;
}
.TagClassName
{
border-color: #65DBAA;
}
</style>