Shades of Aquamarine #73FBC1
Tints of Aquamarine #73FBC1
RGB
CMYK
RGB Variations
Color information
#73FBC1 (or 0x73FBC1) is known color: Aquamarine. HEX triplet: 73, FB and C1. RGB value is (115,251,193). Sum of RGB (Red+Green+Blue) = 115+251+193=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBC1 is #8C043E. Grayscale: #CBCBCB. Windows color (decimal): -9176127 or 12712819. OLE color: 12712819.
HSL color Cylindrical-coordinate representation of color #73FBC1: hue angle of 154.41º 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 #73FBC1 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 193 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.02 |
| HSL | 154.41º | 0.94% | 0.72% | - |
| HSV(B) | 154.41º | 0.54% | 0.98% | - |
| XYZ | 51.19 | 76.49 | 62.52 | - |
| YUV | 203.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 193 | 0.54 | 0 | 0.23 | 0.02 | 154.41 | 0.94 | 0.72 |
| Hex | 73 | FB | C1 | 36 | 0 | 17 | 2 | 9A | 5E | 48 |
| Octal | 163 | 373 | 301 | 66 | 0 | 27 | 2 | 232 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11000001 | 110110 | 0 | 10111 | 10 | 10011010 | 1011110 | 1001000 |
Color Harmonies of #73FBC1
Complementary color
Monochromatic Colors of #73FBC1
Black with #73FBC1
Text Example
Text Example
White with #73FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBC1; }
p { color: rgb(115,251,193); }
H1.HeaderClassName
{
color: #73FBC1;
}
.AnyTagClassName
{
color: #73FBC1;
}
</style>
background-color css
<style>
a { background-color: #73FBC1; }
a { background-color: rgb(115,251,193); }
div.DivClassName
{
background-color: #73FBC1;
}
.BgClassName
{
background-color: #73FBC1;
}
</style>
border-color css
<style>
span { border-color: #73FBC1; }
span { border-color: rgb(115,251,193); }
td.TdClassName
{
border-color: #73FBC1;
}
.TagClassName
{
border-color: #73FBC1;
}
</style>