Shades of Aquamarine #73FBDF
Tints of Aquamarine #73FBDF
RGB
CMYK
RGB Variations
Color information
#73FBDF (or 0x73FBDF) is known color: Aquamarine. HEX triplet: 73, FB and DF. RGB value is (115,251,223). Sum of RGB (Red+Green+Blue) = 115+251+223=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBDF is #8C0420. Grayscale: #CFCFCF. Windows color (decimal): -9176097 or 14678899. OLE color: 14678899.
HSL color Cylindrical-coordinate representation of color #73FBDF: hue angle of 167.65º 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 #73FBDF is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 223 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.02 |
| HSL | 167.65º | 0.94% | 0.72% | - |
| HSV(B) | 167.65º | 0.54% | 0.98% | - |
| XYZ | 54.89 | 77.97 | 81.97 | - |
| YUV | 207.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 223 | 0.54 | 0 | 0.11 | 0.02 | 167.65 | 0.94 | 0.72 |
| Hex | 73 | FB | DF | 36 | 0 | B | 2 | A8 | 5E | 48 |
| Octal | 163 | 373 | 337 | 66 | 0 | 13 | 2 | 250 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11011111 | 110110 | 0 | 1011 | 10 | 10101000 | 1011110 | 1001000 |
Color Harmonies of #73FBDF
Complementary color
Monochromatic Colors of #73FBDF
Black with #73FBDF
Text Example
Text Example
White with #73FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBDF; }
p { color: rgb(115,251,223); }
H1.HeaderClassName
{
color: #73FBDF;
}
.AnyTagClassName
{
color: #73FBDF;
}
</style>
background-color css
<style>
a { background-color: #73FBDF; }
a { background-color: rgb(115,251,223); }
div.DivClassName
{
background-color: #73FBDF;
}
.BgClassName
{
background-color: #73FBDF;
}
</style>
border-color css
<style>
span { border-color: #73FBDF; }
span { border-color: rgb(115,251,223); }
td.TdClassName
{
border-color: #73FBDF;
}
.TagClassName
{
border-color: #73FBDF;
}
</style>