Shades of Aquamarine #72ECCF
Tints of Aquamarine #72ECCF
RGB
CMYK
RGB Variations
Color information
#72ECCF (or 0x72ECCF) is known color: Aquamarine. HEX triplet: 72, EC and CF. RGB value is (114,236,207). Sum of RGB (Red+Green+Blue) = 114+236+207=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECCF is #8D1330. Grayscale: #C4C4C4. Windows color (decimal): -9245489 or 13626482. OLE color: 13626482.
HSL color Cylindrical-coordinate representation of color #72ECCF: hue angle of 165.74º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECCF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 207 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.07 |
| HSL | 165.74º | 0.76% | 0.69% | - |
| HSV(B) | 165.74º | 0.52% | 0.93% | - |
| XYZ | 48.2 | 68.07 | 69.63 | - |
| YUV | 196.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 207 | 0.52 | 0 | 0.12 | 0.07 | 165.74 | 0.76 | 0.69 |
| Hex | 72 | EC | CF | 34 | 0 | C | 7 | A6 | 4C | 45 |
| Octal | 162 | 354 | 317 | 64 | 0 | 14 | 7 | 246 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11001111 | 110100 | 0 | 1100 | 111 | 10100110 | 1001100 | 1000101 |
Color Harmonies of #72ECCF
Complementary color
Monochromatic Colors of #72ECCF
Black with #72ECCF
Text Example
Text Example
White with #72ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECCF; }
p { color: rgb(114,236,207); }
H1.HeaderClassName
{
color: #72ECCF;
}
.AnyTagClassName
{
color: #72ECCF;
}
</style>
background-color css
<style>
a { background-color: #72ECCF; }
a { background-color: rgb(114,236,207); }
div.DivClassName
{
background-color: #72ECCF;
}
.BgClassName
{
background-color: #72ECCF;
}
</style>
border-color css
<style>
span { border-color: #72ECCF; }
span { border-color: rgb(114,236,207); }
td.TdClassName
{
border-color: #72ECCF;
}
.TagClassName
{
border-color: #72ECCF;
}
</style>