Shades of Aquamarine #72F0C2
Tints of Aquamarine #72F0C2
RGB
CMYK
RGB Variations
Color information
#72F0C2 (or 0x72F0C2) is known color: Aquamarine. HEX triplet: 72, F0 and C2. RGB value is (114,240,194). Sum of RGB (Red+Green+Blue) = 114+240+194=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0C2 is #8D0F3D. Grayscale: #C5C5C5. Windows color (decimal): -9244478 or 12775538. OLE color: 12775538.
HSL color Cylindrical-coordinate representation of color #72F0C2: hue angle of 158.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0C2 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 194 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.06 |
| HSL | 158.1º | 0.81% | 0.69% | - |
| HSV(B) | 158.1º | 0.53% | 0.94% | - |
| XYZ | 47.84 | 69.79 | 61.99 | - |
| YUV | 197.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 194 | 0.52 | 0 | 0.19 | 0.06 | 158.1 | 0.81 | 0.69 |
| Hex | 72 | F0 | C2 | 34 | 0 | 13 | 6 | 9E | 51 | 45 |
| Octal | 162 | 360 | 302 | 64 | 0 | 23 | 6 | 236 | 121 | 105 |
| Binary | 1110010 | 11110000 | 11000010 | 110100 | 0 | 10011 | 110 | 10011110 | 1010001 | 1000101 |
Color Harmonies of #72F0C2
Complementary color
Monochromatic Colors of #72F0C2
Black with #72F0C2
Text Example
Text Example
White with #72F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0C2; }
p { color: rgb(114,240,194); }
H1.HeaderClassName
{
color: #72F0C2;
}
.AnyTagClassName
{
color: #72F0C2;
}
</style>
background-color css
<style>
a { background-color: #72F0C2; }
a { background-color: rgb(114,240,194); }
div.DivClassName
{
background-color: #72F0C2;
}
.BgClassName
{
background-color: #72F0C2;
}
</style>
border-color css
<style>
span { border-color: #72F0C2; }
span { border-color: rgb(114,240,194); }
td.TdClassName
{
border-color: #72F0C2;
}
.TagClassName
{
border-color: #72F0C2;
}
</style>