Shades of Aquamarine #72FEC5
Tints of Aquamarine #72FEC5
RGB
CMYK
RGB Variations
Color information
#72FEC5 (or 0x72FEC5) is known color: Aquamarine. HEX triplet: 72, FE and C5. RGB value is (114,254,197). Sum of RGB (Red+Green+Blue) = 114+254+197=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEC5 is #8D013A. Grayscale: #CDCDCD. Windows color (decimal): -9240891 or 12975730. OLE color: 12975730.
HSL color Cylindrical-coordinate representation of color #72FEC5: hue angle of 155.57º 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 #72FEC5 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 197 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.00 |
| HSL | 155.57º | 0.99% | 0.72% | - |
| HSV(B) | 155.57º | 0.55% | 1% | - |
| XYZ | 52.46 | 78.49 | 65.21 | - |
| YUV | 205.64 | 123.12 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 197 | 0.55 | 0 | 0.22 | 0.00 | 155.57 | 0.99 | 0.72 |
| Hex | 72 | FE | C5 | 37 | 0 | 16 | 0 | 9C | 63 | 48 |
| Octal | 162 | 376 | 305 | 67 | 0 | 26 | 0 | 234 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11000101 | 110111 | 0 | 10110 | 0 | 10011100 | 1100011 | 1001000 |
Color Harmonies of #72FEC5
Complementary color
Monochromatic Colors of #72FEC5
Black with #72FEC5
Text Example
Text Example
White with #72FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEC5; }
p { color: rgb(114,254,197); }
H1.HeaderClassName
{
color: #72FEC5;
}
.AnyTagClassName
{
color: #72FEC5;
}
</style>
background-color css
<style>
a { background-color: #72FEC5; }
a { background-color: rgb(114,254,197); }
div.DivClassName
{
background-color: #72FEC5;
}
.BgClassName
{
background-color: #72FEC5;
}
</style>
border-color css
<style>
span { border-color: #72FEC5; }
span { border-color: rgb(114,254,197); }
td.TdClassName
{
border-color: #72FEC5;
}
.TagClassName
{
border-color: #72FEC5;
}
</style>