Shades of Aquamarine #73FEC8
Tints of Aquamarine #73FEC8
RGB
CMYK
RGB Variations
Color information
#73FEC8 (or 0x73FEC8) is known color: Aquamarine. HEX triplet: 73, FE and C8. RGB value is (115,254,200). Sum of RGB (Red+Green+Blue) = 115+254+200=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEC8 is #8C0137. Grayscale: #CECECE. Windows color (decimal): -9175352 or 13172339. OLE color: 13172339.
HSL color Cylindrical-coordinate representation of color #73FEC8: hue angle of 156.69º 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 #73FEC8 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 200 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.00 |
| HSL | 156.69º | 0.99% | 0.72% | - |
| HSV(B) | 156.69º | 0.55% | 1% | - |
| XYZ | 52.94 | 78.7 | 67.04 | - |
| YUV | 206.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 200 | 0.55 | 0 | 0.21 | 0.00 | 156.69 | 0.99 | 0.72 |
| Hex | 73 | FE | C8 | 37 | 0 | 15 | 0 | 9D | 63 | 48 |
| Octal | 163 | 376 | 310 | 67 | 0 | 25 | 0 | 235 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11001000 | 110111 | 0 | 10101 | 0 | 10011101 | 1100011 | 1001000 |
Color Harmonies of #73FEC8
Complementary color
Monochromatic Colors of #73FEC8
Black with #73FEC8
Text Example
Text Example
White with #73FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEC8; }
p { color: rgb(115,254,200); }
H1.HeaderClassName
{
color: #73FEC8;
}
.AnyTagClassName
{
color: #73FEC8;
}
</style>
background-color css
<style>
a { background-color: #73FEC8; }
a { background-color: rgb(115,254,200); }
div.DivClassName
{
background-color: #73FEC8;
}
.BgClassName
{
background-color: #73FEC8;
}
</style>
border-color css
<style>
span { border-color: #73FEC8; }
span { border-color: rgb(115,254,200); }
td.TdClassName
{
border-color: #73FEC8;
}
.TagClassName
{
border-color: #73FEC8;
}
</style>