Shades of Aquamarine #73FBBE
Tints of Aquamarine #73FBBE
RGB
CMYK
RGB Variations
Color information
#73FBBE (or 0x73FBBE) is known color: Aquamarine. HEX triplet: 73, FB and BE. RGB value is (115,251,190). Sum of RGB (Red+Green+Blue) = 115+251+190=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBBE is #8C0441. Grayscale: #CBCBCB. Windows color (decimal): -9176130 or 12516211. OLE color: 12516211.
HSL color Cylindrical-coordinate representation of color #73FBBE: hue angle of 153.09º 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 #73FBBE is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 190 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.02 |
| HSL | 153.09º | 0.94% | 0.72% | - |
| HSV(B) | 153.09º | 0.54% | 0.98% | - |
| XYZ | 50.86 | 76.36 | 60.77 | - |
| YUV | 203.38 | 120.44 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 190 | 0.54 | 0 | 0.24 | 0.02 | 153.09 | 0.94 | 0.72 |
| Hex | 73 | FB | BE | 36 | 0 | 18 | 2 | 99 | 5E | 48 |
| Octal | 163 | 373 | 276 | 66 | 0 | 30 | 2 | 231 | 136 | 110 |
| Binary | 1110011 | 11111011 | 10111110 | 110110 | 0 | 11000 | 10 | 10011001 | 1011110 | 1001000 |
Color Harmonies of #73FBBE
Complementary color
Monochromatic Colors of #73FBBE
Black with #73FBBE
Text Example
Text Example
White with #73FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBBE; }
p { color: rgb(115,251,190); }
H1.HeaderClassName
{
color: #73FBBE;
}
.AnyTagClassName
{
color: #73FBBE;
}
</style>
background-color css
<style>
a { background-color: #73FBBE; }
a { background-color: rgb(115,251,190); }
div.DivClassName
{
background-color: #73FBBE;
}
.BgClassName
{
background-color: #73FBBE;
}
</style>
border-color css
<style>
span { border-color: #73FBBE; }
span { border-color: rgb(115,251,190); }
td.TdClassName
{
border-color: #73FBBE;
}
.TagClassName
{
border-color: #73FBBE;
}
</style>