Shades of Medium Aquamarine #65DBAF
Tints of Medium Aquamarine #65DBAF
RGB
CMYK
RGB Variations
Color information
#65DBAF (or 0x65DBAF) is known color: Medium Aquamarine. HEX triplet: 65, DB and AF. RGB value is (101,219,175). Sum of RGB (Red+Green+Blue) = 101+219+175=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DBAF is #9A2450. Grayscale: #B2B2B2. Windows color (decimal): -10101841 or 11524965. OLE color: 11524965.
HSL color Cylindrical-coordinate representation of color #65DBAF: hue angle of 157.63º 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 #65DBAF is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 175 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.14 |
| HSL | 157.63º | 0.62% | 0.63% | - |
| HSV(B) | 157.63º | 0.54% | 0.86% | - |
| XYZ | 38.44 | 56.52 | 49.44 | - |
| YUV | 178.7 | 125.91 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 175 | 0.54 | 0 | 0.20 | 0.14 | 157.63 | 0.62 | 0.63 |
| Hex | 65 | DB | AF | 36 | 0 | 14 | E | 9E | 3E | 3F |
| Octal | 145 | 333 | 257 | 66 | 0 | 24 | 16 | 236 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10101111 | 110110 | 0 | 10100 | 1110 | 10011110 | 111110 | 111111 |
Color Harmonies of #65DBAF
Complementary color
Monochromatic Colors of #65DBAF
Black with #65DBAF
Text Example
Text Example
White with #65DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBAF; }
p { color: rgb(101,219,175); }
H1.HeaderClassName
{
color: #65DBAF;
}
.AnyTagClassName
{
color: #65DBAF;
}
</style>
background-color css
<style>
a { background-color: #65DBAF; }
a { background-color: rgb(101,219,175); }
div.DivClassName
{
background-color: #65DBAF;
}
.BgClassName
{
background-color: #65DBAF;
}
</style>
border-color css
<style>
span { border-color: #65DBAF; }
span { border-color: rgb(101,219,175); }
td.TdClassName
{
border-color: #65DBAF;
}
.TagClassName
{
border-color: #65DBAF;
}
</style>