Shades of Aquamarine #73FFDB
Tints of Aquamarine #73FFDB
RGB
CMYK
RGB Variations
Color information
#73FFDB (or 0x73FFDB) is known color: Aquamarine. HEX triplet: 73, FF and DB. RGB value is (115,255,219). Sum of RGB (Red+Green+Blue) = 115+255+219=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFDB is #8C0024. Grayscale: #D1D1D1. Windows color (decimal): -9175077 or 14417779. OLE color: 14417779.
HSL color Cylindrical-coordinate representation of color #73FFDB: hue angle of 164.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFDB is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 219 | - |
| CMYK | 0.55 | 0 | 0.14 | 0 |
| HSL | 164.57º | 1% | 0.73% | - |
| HSV(B) | 164.57º | 0.55% | 1% | - |
| XYZ | 55.62 | 80.28 | 79.58 | - |
| YUV | 209.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 219 | 0.55 | 0 | 0.14 | 0 | 164.57 | 1 | 0.73 |
| Hex | 73 | FF | DB | 37 | 0 | E | 0 | A5 | 64 | 49 |
| Octal | 163 | 377 | 333 | 67 | 0 | 16 | 0 | 245 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11011011 | 110111 | 0 | 1110 | 0 | 10100101 | 1100100 | 1001001 |
Color Harmonies of #73FFDB
Complementary color
Monochromatic Colors of #73FFDB
Black with #73FFDB
Text Example
Text Example
White with #73FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFDB; }
p { color: rgb(115,255,219); }
H1.HeaderClassName
{
color: #73FFDB;
}
.AnyTagClassName
{
color: #73FFDB;
}
</style>
background-color css
<style>
a { background-color: #73FFDB; }
a { background-color: rgb(115,255,219); }
div.DivClassName
{
background-color: #73FFDB;
}
.BgClassName
{
background-color: #73FFDB;
}
</style>
border-color css
<style>
span { border-color: #73FFDB; }
span { border-color: rgb(115,255,219); }
td.TdClassName
{
border-color: #73FFDB;
}
.TagClassName
{
border-color: #73FFDB;
}
</style>