Shades of Aquamarine #72F3CA
Tints of Aquamarine #72F3CA
RGB
CMYK
RGB Variations
Color information
#72F3CA (or 0x72F3CA) is known color: Aquamarine. HEX triplet: 72, F3 and CA. RGB value is (114,243,202). Sum of RGB (Red+Green+Blue) = 114+243+202=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #72F3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F3CA is #8D0C35. Grayscale: #C7C7C7. Windows color (decimal): -9243702 or 13300594. OLE color: 13300594.
HSL color Cylindrical-coordinate representation of color #72F3CA: hue angle of 160.93º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F3CA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 243 | 202 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.05 |
| HSL | 160.93º | 0.84% | 0.7% | - |
| HSV(B) | 160.93º | 0.53% | 0.95% | - |
| XYZ | 49.65 | 71.94 | 67.15 | - |
| YUV | 199.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 243 | 202 | 0.53 | 0 | 0.17 | 0.05 | 160.93 | 0.84 | 0.7 |
| Hex | 72 | F3 | CA | 35 | 0 | 11 | 5 | A1 | 54 | 46 |
| Octal | 162 | 363 | 312 | 65 | 0 | 21 | 5 | 241 | 124 | 106 |
| Binary | 1110010 | 11110011 | 11001010 | 110101 | 0 | 10001 | 101 | 10100001 | 1010100 | 1000110 |
Color Harmonies of #72F3CA
Complementary color
Monochromatic Colors of #72F3CA
Black with #72F3CA
Text Example
Text Example
White with #72F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F3CA; }
p { color: rgb(114,243,202); }
H1.HeaderClassName
{
color: #72F3CA;
}
.AnyTagClassName
{
color: #72F3CA;
}
</style>
background-color css
<style>
a { background-color: #72F3CA; }
a { background-color: rgb(114,243,202); }
div.DivClassName
{
background-color: #72F3CA;
}
.BgClassName
{
background-color: #72F3CA;
}
</style>
border-color css
<style>
span { border-color: #72F3CA; }
span { border-color: rgb(114,243,202); }
td.TdClassName
{
border-color: #72F3CA;
}
.TagClassName
{
border-color: #72F3CA;
}
</style>