Shades of Aquamarine #72FECA
Tints of Aquamarine #72FECA
RGB
CMYK
RGB Variations
Color information
#72FECA (or 0x72FECA) is known color: Aquamarine. HEX triplet: 72, FE and CA. RGB value is (114,254,202). Sum of RGB (Red+Green+Blue) = 114+254+202=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #72FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FECA is #8D0135. Grayscale: #CECECE. Windows color (decimal): -9240886 or 13303410. OLE color: 13303410.
HSL color Cylindrical-coordinate representation of color #72FECA: hue angle of 157.71º 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 #72FECA is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 202 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.00 |
| HSL | 157.71º | 0.99% | 0.72% | - |
| HSV(B) | 157.71º | 0.55% | 1% | - |
| XYZ | 53.04 | 78.73 | 68.28 | - |
| YUV | 206.21 | 125.62 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 202 | 0.55 | 0 | 0.20 | 0.00 | 157.71 | 0.99 | 0.72 |
| Hex | 72 | FE | CA | 37 | 0 | 14 | 0 | 9E | 63 | 48 |
| Octal | 162 | 376 | 312 | 67 | 0 | 24 | 0 | 236 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11001010 | 110111 | 0 | 10100 | 0 | 10011110 | 1100011 | 1001000 |
Color Harmonies of #72FECA
Complementary color
Monochromatic Colors of #72FECA
Black with #72FECA
Text Example
Text Example
White with #72FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FECA; }
p { color: rgb(114,254,202); }
H1.HeaderClassName
{
color: #72FECA;
}
.AnyTagClassName
{
color: #72FECA;
}
</style>
background-color css
<style>
a { background-color: #72FECA; }
a { background-color: rgb(114,254,202); }
div.DivClassName
{
background-color: #72FECA;
}
.BgClassName
{
background-color: #72FECA;
}
</style>
border-color css
<style>
span { border-color: #72FECA; }
span { border-color: rgb(114,254,202); }
td.TdClassName
{
border-color: #72FECA;
}
.TagClassName
{
border-color: #72FECA;
}
</style>