Shades of Aquamarine #72FECE
Tints of Aquamarine #72FECE
RGB
CMYK
RGB Variations
Color information
#72FECE (or 0x72FECE) is known color: Aquamarine. HEX triplet: 72, FE and CE. RGB value is (114,254,206). Sum of RGB (Red+Green+Blue) = 114+254+206=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #72FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FECE is #8D0131. Grayscale: #CECECE. Windows color (decimal): -9240882 or 13565554. OLE color: 13565554.
HSL color Cylindrical-coordinate representation of color #72FECE: hue angle of 159.43º 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 #72FECE is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 206 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.00 |
| HSL | 159.43º | 0.99% | 0.72% | - |
| HSV(B) | 159.43º | 0.55% | 1% | - |
| XYZ | 53.52 | 78.92 | 70.8 | - |
| YUV | 206.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 206 | 0.55 | 0 | 0.19 | 0.00 | 159.43 | 0.99 | 0.72 |
| Hex | 72 | FE | CE | 37 | 0 | 13 | 0 | 9F | 63 | 48 |
| Octal | 162 | 376 | 316 | 67 | 0 | 23 | 0 | 237 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11001110 | 110111 | 0 | 10011 | 0 | 10011111 | 1100011 | 1001000 |
Color Harmonies of #72FECE
Complementary color
Monochromatic Colors of #72FECE
Black with #72FECE
Text Example
Text Example
White with #72FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FECE; }
p { color: rgb(114,254,206); }
H1.HeaderClassName
{
color: #72FECE;
}
.AnyTagClassName
{
color: #72FECE;
}
</style>
background-color css
<style>
a { background-color: #72FECE; }
a { background-color: rgb(114,254,206); }
div.DivClassName
{
background-color: #72FECE;
}
.BgClassName
{
background-color: #72FECE;
}
</style>
border-color css
<style>
span { border-color: #72FECE; }
span { border-color: rgb(114,254,206); }
td.TdClassName
{
border-color: #72FECE;
}
.TagClassName
{
border-color: #72FECE;
}
</style>