Shades of Aquamarine #65FBDB
Tints of Aquamarine #65FBDB
RGB
CMYK
RGB Variations
Color information
#65FBDB (or 0x65FBDB) is known color: Aquamarine. HEX triplet: 65, FB and DB. RGB value is (101,251,219). Sum of RGB (Red+Green+Blue) = 101+251+219=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #65FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FBDB is #9A0424. Grayscale: #CACACA. Windows color (decimal): -10093605 or 14416741. OLE color: 14416741.
HSL color Cylindrical-coordinate representation of color #65FBDB: hue angle of 167.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FBDB is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 251 | 219 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.02 |
| HSL | 167.2º | 0.95% | 0.69% | - |
| HSV(B) | 167.2º | 0.6% | 0.98% | - |
| XYZ | 52.65 | 76.88 | 79.08 | - |
| YUV | 202.5 | 137.31 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 251 | 219 | 0.60 | 0 | 0.13 | 0.02 | 167.2 | 0.95 | 0.69 |
| Hex | 65 | FB | DB | 3C | 0 | D | 2 | A7 | 5F | 45 |
| Octal | 145 | 373 | 333 | 74 | 0 | 15 | 2 | 247 | 137 | 105 |
| Binary | 1100101 | 11111011 | 11011011 | 111100 | 0 | 1101 | 10 | 10100111 | 1011111 | 1000101 |
Color Harmonies of #65FBDB
Complementary color
Monochromatic Colors of #65FBDB
Black with #65FBDB
Text Example
Text Example
White with #65FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FBDB; }
p { color: rgb(101,251,219); }
H1.HeaderClassName
{
color: #65FBDB;
}
.AnyTagClassName
{
color: #65FBDB;
}
</style>
background-color css
<style>
a { background-color: #65FBDB; }
a { background-color: rgb(101,251,219); }
div.DivClassName
{
background-color: #65FBDB;
}
.BgClassName
{
background-color: #65FBDB;
}
</style>
border-color css
<style>
span { border-color: #65FBDB; }
span { border-color: rgb(101,251,219); }
td.TdClassName
{
border-color: #65FBDB;
}
.TagClassName
{
border-color: #65FBDB;
}
</style>