Shades of Aquamarine #73FADB
Tints of Aquamarine #73FADB
RGB
CMYK
RGB Variations
Color information
#73FADB (or 0x73FADB) is known color: Aquamarine. HEX triplet: 73, FA and DB. RGB value is (115,250,219). Sum of RGB (Red+Green+Blue) = 115+250+219=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #73FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FADB is #8C0524. Grayscale: #CECECE. Windows color (decimal): -9176357 or 14416499. OLE color: 14416499.
HSL color Cylindrical-coordinate representation of color #73FADB: hue angle of 166.22º degrees, saturation: 0.93, 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 #73FADB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 219 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.02 |
| HSL | 166.22º | 0.93% | 0.72% | - |
| HSV(B) | 166.22º | 0.54% | 0.98% | - |
| XYZ | 54.04 | 77.13 | 79.06 | - |
| YUV | 206.1 | 135.27 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 219 | 0.54 | 0 | 0.12 | 0.02 | 166.22 | 0.93 | 0.72 |
| Hex | 73 | FA | DB | 36 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 163 | 372 | 333 | 66 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110011 | 11111010 | 11011011 | 110110 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #73FADB
Complementary color
Monochromatic Colors of #73FADB
Black with #73FADB
Text Example
Text Example
White with #73FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FADB; }
p { color: rgb(115,250,219); }
H1.HeaderClassName
{
color: #73FADB;
}
.AnyTagClassName
{
color: #73FADB;
}
</style>
background-color css
<style>
a { background-color: #73FADB; }
a { background-color: rgb(115,250,219); }
div.DivClassName
{
background-color: #73FADB;
}
.BgClassName
{
background-color: #73FADB;
}
</style>
border-color css
<style>
span { border-color: #73FADB; }
span { border-color: rgb(115,250,219); }
td.TdClassName
{
border-color: #73FADB;
}
.TagClassName
{
border-color: #73FADB;
}
</style>