Shades of Medium Aquamarine #65DBB5
Tints of Medium Aquamarine #65DBB5
RGB
CMYK
RGB Variations
Color information
#65DBB5 (or 0x65DBB5) is known color: Medium Aquamarine. HEX triplet: 65, DB and B5. RGB value is (101,219,181). Sum of RGB (Red+Green+Blue) = 101+219+181=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBB5 is #9A244A. Grayscale: #B3B3B3. Windows color (decimal): -10101835 or 11918181. OLE color: 11918181.
HSL color Cylindrical-coordinate representation of color #65DBB5: hue angle of 160.68º 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 #65DBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 181 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.14 |
| HSL | 160.68º | 0.62% | 0.63% | - |
| HSV(B) | 160.68º | 0.54% | 0.86% | - |
| XYZ | 39.04 | 56.77 | 52.62 | - |
| YUV | 179.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 181 | 0.54 | 0 | 0.17 | 0.14 | 160.68 | 0.62 | 0.63 |
| Hex | 65 | DB | B5 | 36 | 0 | 11 | E | A1 | 3E | 3F |
| Octal | 145 | 333 | 265 | 66 | 0 | 21 | 16 | 241 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10110101 | 110110 | 0 | 10001 | 1110 | 10100001 | 111110 | 111111 |
Color Harmonies of #65DBB5
Complementary color
Monochromatic Colors of #65DBB5
Black with #65DBB5
Text Example
Text Example
White with #65DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBB5; }
p { color: rgb(101,219,181); }
H1.HeaderClassName
{
color: #65DBB5;
}
.AnyTagClassName
{
color: #65DBB5;
}
</style>
background-color css
<style>
a { background-color: #65DBB5; }
a { background-color: rgb(101,219,181); }
div.DivClassName
{
background-color: #65DBB5;
}
.BgClassName
{
background-color: #65DBB5;
}
</style>
border-color css
<style>
span { border-color: #65DBB5; }
span { border-color: rgb(101,219,181); }
td.TdClassName
{
border-color: #65DBB5;
}
.TagClassName
{
border-color: #65DBB5;
}
</style>