Shades of Aquamarine #72FBC2
Tints of Aquamarine #72FBC2
RGB
CMYK
RGB Variations
Color information
#72FBC2 (or 0x72FBC2) is known color: Aquamarine. HEX triplet: 72, FB and C2. RGB value is (114,251,194). Sum of RGB (Red+Green+Blue) = 114+251+194=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FBC2 is #8D043D. Grayscale: #CBCBCB. Windows color (decimal): -9241662 or 12778354. OLE color: 12778354.
HSL color Cylindrical-coordinate representation of color #72FBC2: hue angle of 155.04º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FBC2 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 251 | 194 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.02 |
| HSL | 155.04º | 0.94% | 0.72% | - |
| HSV(B) | 155.04º | 0.55% | 0.98% | - |
| XYZ | 51.17 | 76.47 | 63.1 | - |
| YUV | 203.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 251 | 194 | 0.55 | 0 | 0.23 | 0.02 | 155.04 | 0.94 | 0.72 |
| Hex | 72 | FB | C2 | 37 | 0 | 17 | 2 | 9B | 5E | 48 |
| Octal | 162 | 373 | 302 | 67 | 0 | 27 | 2 | 233 | 136 | 110 |
| Binary | 1110010 | 11111011 | 11000010 | 110111 | 0 | 10111 | 10 | 10011011 | 1011110 | 1001000 |
Color Harmonies of #72FBC2
Complementary color
Monochromatic Colors of #72FBC2
Black with #72FBC2
Text Example
Text Example
White with #72FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FBC2; }
p { color: rgb(114,251,194); }
H1.HeaderClassName
{
color: #72FBC2;
}
.AnyTagClassName
{
color: #72FBC2;
}
</style>
background-color css
<style>
a { background-color: #72FBC2; }
a { background-color: rgb(114,251,194); }
div.DivClassName
{
background-color: #72FBC2;
}
.BgClassName
{
background-color: #72FBC2;
}
</style>
border-color css
<style>
span { border-color: #72FBC2; }
span { border-color: rgb(114,251,194); }
td.TdClassName
{
border-color: #72FBC2;
}
.TagClassName
{
border-color: #72FBC2;
}
</style>