Shades of Aquamarine #73FEBC
Tints of Aquamarine #73FEBC
RGB
CMYK
RGB Variations
Color information
#73FEBC (or 0x73FEBC) is known color: Aquamarine. HEX triplet: 73, FE and BC. RGB value is (115,254,188). Sum of RGB (Red+Green+Blue) = 115+254+188=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEBC is #8C0143. Grayscale: #CDCDCD. Windows color (decimal): -9175364 or 12385907. OLE color: 12385907.
HSL color Cylindrical-coordinate representation of color #73FEBC: hue angle of 151.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEBC is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 188 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.00 |
| HSL | 151.51º | 0.99% | 0.72% | - |
| HSV(B) | 151.51º | 0.55% | 1% | - |
| XYZ | 51.59 | 78.16 | 59.94 | - |
| YUV | 204.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 188 | 0.55 | 0 | 0.26 | 0.00 | 151.51 | 0.99 | 0.72 |
| Hex | 73 | FE | BC | 37 | 0 | 1A | 0 | 98 | 63 | 48 |
| Octal | 163 | 376 | 274 | 67 | 0 | 32 | 0 | 230 | 143 | 110 |
| Binary | 1110011 | 11111110 | 10111100 | 110111 | 0 | 11010 | 0 | 10011000 | 1100011 | 1001000 |
Color Harmonies of #73FEBC
Complementary color
Monochromatic Colors of #73FEBC
Black with #73FEBC
Text Example
Text Example
White with #73FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEBC; }
p { color: rgb(115,254,188); }
H1.HeaderClassName
{
color: #73FEBC;
}
.AnyTagClassName
{
color: #73FEBC;
}
</style>
background-color css
<style>
a { background-color: #73FEBC; }
a { background-color: rgb(115,254,188); }
div.DivClassName
{
background-color: #73FEBC;
}
.BgClassName
{
background-color: #73FEBC;
}
</style>
border-color css
<style>
span { border-color: #73FEBC; }
span { border-color: rgb(115,254,188); }
td.TdClassName
{
border-color: #73FEBC;
}
.TagClassName
{
border-color: #73FEBC;
}
</style>