Shades of Aquamarine #73FCE1
Tints of Aquamarine #73FCE1
RGB
CMYK
RGB Variations
Color information
#73FCE1 (or 0x73FCE1) is known color: Aquamarine. HEX triplet: 73, FC and E1. RGB value is (115,252,225). Sum of RGB (Red+Green+Blue) = 115+252+225=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCE1 is #8C031E. Grayscale: #CFCFCF. Windows color (decimal): -9175839 or 14810227. OLE color: 14810227.
HSL color Cylindrical-coordinate representation of color #73FCE1: hue angle of 168.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCE1 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 225 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.01 |
| HSL | 168.18º | 0.96% | 0.72% | - |
| HSV(B) | 168.18º | 0.54% | 0.99% | - |
| XYZ | 55.47 | 78.7 | 83.5 | - |
| YUV | 207.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 225 | 0.54 | 0 | 0.11 | 0.01 | 168.18 | 0.96 | 0.72 |
| Hex | 73 | FC | E1 | 36 | 0 | B | 1 | A8 | 60 | 48 |
| Octal | 163 | 374 | 341 | 66 | 0 | 13 | 1 | 250 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11100001 | 110110 | 0 | 1011 | 1 | 10101000 | 1100000 | 1001000 |
Color Harmonies of #73FCE1
Complementary color
Monochromatic Colors of #73FCE1
Black with #73FCE1
Text Example
Text Example
White with #73FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCE1; }
p { color: rgb(115,252,225); }
H1.HeaderClassName
{
color: #73FCE1;
}
.AnyTagClassName
{
color: #73FCE1;
}
</style>
background-color css
<style>
a { background-color: #73FCE1; }
a { background-color: rgb(115,252,225); }
div.DivClassName
{
background-color: #73FCE1;
}
.BgClassName
{
background-color: #73FCE1;
}
</style>
border-color css
<style>
span { border-color: #73FCE1; }
span { border-color: rgb(115,252,225); }
td.TdClassName
{
border-color: #73FCE1;
}
.TagClassName
{
border-color: #73FCE1;
}
</style>