Shades of Medium Aquamarine #65DBAC
Tints of Medium Aquamarine #65DBAC
RGB
CMYK
RGB Variations
Color information
#65DBAC (or 0x65DBAC) is known color: Medium Aquamarine. HEX triplet: 65, DB and AC. RGB value is (101,219,172). Sum of RGB (Red+Green+Blue) = 101+219+172=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DBAC is #9A2453. Grayscale: #B2B2B2. Windows color (decimal): -10101844 or 11328357. OLE color: 11328357.
HSL color Cylindrical-coordinate representation of color #65DBAC: hue angle of 156.1º 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 #65DBAC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 172 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.14 |
| HSL | 156.1º | 0.62% | 0.63% | - |
| HSV(B) | 156.1º | 0.54% | 0.86% | - |
| XYZ | 38.14 | 56.41 | 47.91 | - |
| YUV | 178.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 172 | 0.54 | 0 | 0.21 | 0.14 | 156.1 | 0.62 | 0.63 |
| Hex | 65 | DB | AC | 36 | 0 | 15 | E | 9C | 3E | 3F |
| Octal | 145 | 333 | 254 | 66 | 0 | 25 | 16 | 234 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10101100 | 110110 | 0 | 10101 | 1110 | 10011100 | 111110 | 111111 |
Color Harmonies of #65DBAC
Complementary color
Monochromatic Colors of #65DBAC
Black with #65DBAC
Text Example
Text Example
White with #65DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBAC; }
p { color: rgb(101,219,172); }
H1.HeaderClassName
{
color: #65DBAC;
}
.AnyTagClassName
{
color: #65DBAC;
}
</style>
background-color css
<style>
a { background-color: #65DBAC; }
a { background-color: rgb(101,219,172); }
div.DivClassName
{
background-color: #65DBAC;
}
.BgClassName
{
background-color: #65DBAC;
}
</style>
border-color css
<style>
span { border-color: #65DBAC; }
span { border-color: rgb(101,219,172); }
td.TdClassName
{
border-color: #65DBAC;
}
.TagClassName
{
border-color: #65DBAC;
}
</style>