Shades of Aquamarine #73FEC5
Tints of Aquamarine #73FEC5
RGB
CMYK
RGB Variations
Color information
#73FEC5 (or 0x73FEC5) is known color: Aquamarine. HEX triplet: 73, FE and C5. RGB value is (115,254,197). Sum of RGB (Red+Green+Blue) = 115+254+197=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEC5 is #8C013A. Grayscale: #CECECE. Windows color (decimal): -9175355 or 12975731. OLE color: 12975731.
HSL color Cylindrical-coordinate representation of color #73FEC5: hue angle of 155.4º 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 #73FEC5 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 197 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.00 |
| HSL | 155.4º | 0.99% | 0.72% | - |
| HSV(B) | 155.4º | 0.55% | 1% | - |
| XYZ | 52.59 | 78.56 | 65.22 | - |
| YUV | 205.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 197 | 0.55 | 0 | 0.22 | 0.00 | 155.4 | 0.99 | 0.72 |
| Hex | 73 | FE | C5 | 37 | 0 | 16 | 0 | 9B | 63 | 48 |
| Octal | 163 | 376 | 305 | 67 | 0 | 26 | 0 | 233 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11000101 | 110111 | 0 | 10110 | 0 | 10011011 | 1100011 | 1001000 |
Color Harmonies of #73FEC5
Complementary color
Monochromatic Colors of #73FEC5
Black with #73FEC5
Text Example
Text Example
White with #73FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEC5; }
p { color: rgb(115,254,197); }
H1.HeaderClassName
{
color: #73FEC5;
}
.AnyTagClassName
{
color: #73FEC5;
}
</style>
background-color css
<style>
a { background-color: #73FEC5; }
a { background-color: rgb(115,254,197); }
div.DivClassName
{
background-color: #73FEC5;
}
.BgClassName
{
background-color: #73FEC5;
}
</style>
border-color css
<style>
span { border-color: #73FEC5; }
span { border-color: rgb(115,254,197); }
td.TdClassName
{
border-color: #73FEC5;
}
.TagClassName
{
border-color: #73FEC5;
}
</style>