Shades of Aquamarine #73FBB3
Tints of Aquamarine #73FBB3
RGB
CMYK
RGB Variations
Color information
#73FBB3 (or 0x73FBB3) is known color: Aquamarine. HEX triplet: 73, FB and B3. RGB value is (115,251,179). Sum of RGB (Red+Green+Blue) = 115+251+179=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBB3 is #8C044C. Grayscale: #CACACA. Windows color (decimal): -9176141 or 11795315. OLE color: 11795315.
HSL color Cylindrical-coordinate representation of color #73FBB3: hue angle of 148.24º 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 #73FBB3 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 179 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.02 |
| HSL | 148.24º | 0.94% | 0.72% | - |
| HSV(B) | 148.24º | 0.54% | 0.98% | - |
| XYZ | 49.7 | 75.89 | 54.68 | - |
| YUV | 202.13 | 114.94 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 179 | 0.54 | 0 | 0.29 | 0.02 | 148.24 | 0.94 | 0.72 |
| Hex | 73 | FB | B3 | 36 | 0 | 1D | 2 | 94 | 5E | 48 |
| Octal | 163 | 373 | 263 | 66 | 0 | 35 | 2 | 224 | 136 | 110 |
| Binary | 1110011 | 11111011 | 10110011 | 110110 | 0 | 11101 | 10 | 10010100 | 1011110 | 1001000 |
Color Harmonies of #73FBB3
Complementary color
Monochromatic Colors of #73FBB3
Black with #73FBB3
Text Example
Text Example
White with #73FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBB3; }
p { color: rgb(115,251,179); }
H1.HeaderClassName
{
color: #73FBB3;
}
.AnyTagClassName
{
color: #73FBB3;
}
</style>
background-color css
<style>
a { background-color: #73FBB3; }
a { background-color: rgb(115,251,179); }
div.DivClassName
{
background-color: #73FBB3;
}
.BgClassName
{
background-color: #73FBB3;
}
</style>
border-color css
<style>
span { border-color: #73FBB3; }
span { border-color: rgb(115,251,179); }
td.TdClassName
{
border-color: #73FBB3;
}
.TagClassName
{
border-color: #73FBB3;
}
</style>