Shades of Aquamarine #73FBC5
Tints of Aquamarine #73FBC5
RGB
CMYK
RGB Variations
Color information
#73FBC5 (or 0x73FBC5) is known color: Aquamarine. HEX triplet: 73, FB and C5. RGB value is (115,251,197). Sum of RGB (Red+Green+Blue) = 115+251+197=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBC5 is #8C043A. Grayscale: #CCCCCC. Windows color (decimal): -9176123 or 12974963. OLE color: 12974963.
HSL color Cylindrical-coordinate representation of color #73FBC5: hue angle of 156.18º 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 #73FBC5 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 197 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.02 |
| HSL | 156.18º | 0.94% | 0.72% | - |
| HSV(B) | 156.18º | 0.54% | 0.98% | - |
| XYZ | 51.65 | 76.67 | 64.9 | - |
| YUV | 204.18 | 123.94 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 197 | 0.54 | 0 | 0.22 | 0.02 | 156.18 | 0.94 | 0.72 |
| Hex | 73 | FB | C5 | 36 | 0 | 16 | 2 | 9C | 5E | 48 |
| Octal | 163 | 373 | 305 | 66 | 0 | 26 | 2 | 234 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11000101 | 110110 | 0 | 10110 | 10 | 10011100 | 1011110 | 1001000 |
Color Harmonies of #73FBC5
Complementary color
Monochromatic Colors of #73FBC5
Black with #73FBC5
Text Example
Text Example
White with #73FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBC5; }
p { color: rgb(115,251,197); }
H1.HeaderClassName
{
color: #73FBC5;
}
.AnyTagClassName
{
color: #73FBC5;
}
</style>
background-color css
<style>
a { background-color: #73FBC5; }
a { background-color: rgb(115,251,197); }
div.DivClassName
{
background-color: #73FBC5;
}
.BgClassName
{
background-color: #73FBC5;
}
</style>
border-color css
<style>
span { border-color: #73FBC5; }
span { border-color: rgb(115,251,197); }
td.TdClassName
{
border-color: #73FBC5;
}
.TagClassName
{
border-color: #73FBC5;
}
</style>