Shades of Aquamarine #73FBDB
Tints of Aquamarine #73FBDB
RGB
CMYK
RGB Variations
Color information
#73FBDB (or 0x73FBDB) is known color: Aquamarine. HEX triplet: 73, FB and DB. RGB value is (115,251,219). Sum of RGB (Red+Green+Blue) = 115+251+219=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBDB is #8C0424. Grayscale: #CECECE. Windows color (decimal): -9176101 or 14416755. OLE color: 14416755.
HSL color Cylindrical-coordinate representation of color #73FBDB: hue angle of 165.88º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBDB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 219 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.02 |
| HSL | 165.88º | 0.94% | 0.72% | - |
| HSV(B) | 165.88º | 0.54% | 0.98% | - |
| XYZ | 54.35 | 77.75 | 79.16 | - |
| YUV | 206.69 | 134.94 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 219 | 0.54 | 0 | 0.13 | 0.02 | 165.88 | 0.94 | 0.72 |
| Hex | 73 | FB | DB | 36 | 0 | D | 2 | A6 | 5E | 48 |
| Octal | 163 | 373 | 333 | 66 | 0 | 15 | 2 | 246 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11011011 | 110110 | 0 | 1101 | 10 | 10100110 | 1011110 | 1001000 |
Color Harmonies of #73FBDB
Complementary color
Monochromatic Colors of #73FBDB
Black with #73FBDB
Text Example
Text Example
White with #73FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBDB; }
p { color: rgb(115,251,219); }
H1.HeaderClassName
{
color: #73FBDB;
}
.AnyTagClassName
{
color: #73FBDB;
}
</style>
background-color css
<style>
a { background-color: #73FBDB; }
a { background-color: rgb(115,251,219); }
div.DivClassName
{
background-color: #73FBDB;
}
.BgClassName
{
background-color: #73FBDB;
}
</style>
border-color css
<style>
span { border-color: #73FBDB; }
span { border-color: rgb(115,251,219); }
td.TdClassName
{
border-color: #73FBDB;
}
.TagClassName
{
border-color: #73FBDB;
}
</style>