Shades of Aquamarine #72F4C4
Tints of Aquamarine #72F4C4
RGB
CMYK
RGB Variations
Color information
#72F4C4 (or 0x72F4C4) is known color: Aquamarine. HEX triplet: 72, F4 and C4. RGB value is (114,244,196). Sum of RGB (Red+Green+Blue) = 114+244+196=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #72F4C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F4C4 is #8D0B3B. Grayscale: #C7C7C7. Windows color (decimal): -9243452 or 12907634. OLE color: 12907634.
HSL color Cylindrical-coordinate representation of color #72F4C4: hue angle of 157.85º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F4C4 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 244 | 196 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.04 |
| HSL | 157.85º | 0.86% | 0.7% | - |
| HSV(B) | 157.85º | 0.53% | 0.96% | - |
| XYZ | 49.25 | 72.26 | 63.58 | - |
| YUV | 199.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 244 | 196 | 0.53 | 0 | 0.20 | 0.04 | 157.85 | 0.86 | 0.7 |
| Hex | 72 | F4 | C4 | 35 | 0 | 14 | 4 | 9E | 56 | 46 |
| Octal | 162 | 364 | 304 | 65 | 0 | 24 | 4 | 236 | 126 | 106 |
| Binary | 1110010 | 11110100 | 11000100 | 110101 | 0 | 10100 | 100 | 10011110 | 1010110 | 1000110 |
Color Harmonies of #72F4C4
Complementary color
Monochromatic Colors of #72F4C4
Black with #72F4C4
Text Example
Text Example
White with #72F4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F4C4; }
p { color: rgb(114,244,196); }
H1.HeaderClassName
{
color: #72F4C4;
}
.AnyTagClassName
{
color: #72F4C4;
}
</style>
background-color css
<style>
a { background-color: #72F4C4; }
a { background-color: rgb(114,244,196); }
div.DivClassName
{
background-color: #72F4C4;
}
.BgClassName
{
background-color: #72F4C4;
}
</style>
border-color css
<style>
span { border-color: #72F4C4; }
span { border-color: rgb(114,244,196); }
td.TdClassName
{
border-color: #72F4C4;
}
.TagClassName
{
border-color: #72F4C4;
}
</style>