Shades of Aquamarine #73FBC0
Tints of Aquamarine #73FBC0
RGB
CMYK
RGB Variations
Color information
#73FBC0 (or 0x73FBC0) is known color: Aquamarine. HEX triplet: 73, FB and C0. RGB value is (115,251,192). Sum of RGB (Red+Green+Blue) = 115+251+192=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBC0 is #8C043F. Grayscale: #CBCBCB. Windows color (decimal): -9176128 or 12647283. OLE color: 12647283.
HSL color Cylindrical-coordinate representation of color #73FBC0: hue angle of 153.97º 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 #73FBC0 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 192 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.02 |
| HSL | 153.97º | 0.94% | 0.72% | - |
| HSV(B) | 153.97º | 0.54% | 0.98% | - |
| XYZ | 51.08 | 76.44 | 61.93 | - |
| YUV | 203.61 | 121.44 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 192 | 0.54 | 0 | 0.24 | 0.02 | 153.97 | 0.94 | 0.72 |
| Hex | 73 | FB | C0 | 36 | 0 | 18 | 2 | 9A | 5E | 48 |
| Octal | 163 | 373 | 300 | 66 | 0 | 30 | 2 | 232 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11000000 | 110110 | 0 | 11000 | 10 | 10011010 | 1011110 | 1001000 |
Color Harmonies of #73FBC0
Complementary color
Monochromatic Colors of #73FBC0
Black with #73FBC0
Text Example
Text Example
White with #73FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBC0; }
p { color: rgb(115,251,192); }
H1.HeaderClassName
{
color: #73FBC0;
}
.AnyTagClassName
{
color: #73FBC0;
}
</style>
background-color css
<style>
a { background-color: #73FBC0; }
a { background-color: rgb(115,251,192); }
div.DivClassName
{
background-color: #73FBC0;
}
.BgClassName
{
background-color: #73FBC0;
}
</style>
border-color css
<style>
span { border-color: #73FBC0; }
span { border-color: rgb(115,251,192); }
td.TdClassName
{
border-color: #73FBC0;
}
.TagClassName
{
border-color: #73FBC0;
}
</style>