Shades of Aquamarine #65FFDB
Tints of Aquamarine #65FFDB
RGB
CMYK
RGB Variations
Color information
#65FFDB (or 0x65FFDB) is known color: Aquamarine. HEX triplet: 65, FF and DB. RGB value is (101,255,219). Sum of RGB (Red+Green+Blue) = 101+255+219=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFDB is #9A0024. Grayscale: #CCCCCC. Windows color (decimal): -10092581 or 14417765. OLE color: 14417765.
HSL color Cylindrical-coordinate representation of color #65FFDB: hue angle of 165.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFDB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 219 | - |
| CMYK | 0.60 | 0 | 0.14 | 0 |
| HSL | 165.97º | 1% | 0.7% | - |
| HSV(B) | 165.97º | 0.6% | 1% | - |
| XYZ | 53.91 | 79.4 | 79.5 | - |
| YUV | 204.85 | 135.98 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 219 | 0.60 | 0 | 0.14 | 0 | 165.97 | 1 | 0.7 |
| Hex | 65 | FF | DB | 3C | 0 | E | 0 | A6 | 64 | 46 |
| Octal | 145 | 377 | 333 | 74 | 0 | 16 | 0 | 246 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11011011 | 111100 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #65FFDB
Complementary color
Monochromatic Colors of #65FFDB
Black with #65FFDB
Text Example
Text Example
White with #65FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFDB; }
p { color: rgb(101,255,219); }
H1.HeaderClassName
{
color: #65FFDB;
}
.AnyTagClassName
{
color: #65FFDB;
}
</style>
background-color css
<style>
a { background-color: #65FFDB; }
a { background-color: rgb(101,255,219); }
div.DivClassName
{
background-color: #65FFDB;
}
.BgClassName
{
background-color: #65FFDB;
}
</style>
border-color css
<style>
span { border-color: #65FFDB; }
span { border-color: rgb(101,255,219); }
td.TdClassName
{
border-color: #65FFDB;
}
.TagClassName
{
border-color: #65FFDB;
}
</style>