Shades of Aquamarine #72FBA8
Tints of Aquamarine #72FBA8
RGB
CMYK
RGB Variations
Color information
#72FBA8 (or 0x72FBA8) is known color: Aquamarine. HEX triplet: 72, FB and A8. RGB value is (114,251,168). Sum of RGB (Red+Green+Blue) = 114+251+168=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FBA8 is #8D0457. Grayscale: #C8C8C8. Windows color (decimal): -9241688 or 11074418. OLE color: 11074418.
HSL color Cylindrical-coordinate representation of color #72FBA8: hue angle of 143.65º 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 #72FBA8 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 251 | 168 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.02 |
| HSL | 143.65º | 0.94% | 0.72% | - |
| HSV(B) | 143.65º | 0.55% | 0.98% | - |
| XYZ | 48.5 | 75.4 | 49.04 | - |
| YUV | 200.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 251 | 168 | 0.55 | 0 | 0.33 | 0.02 | 143.65 | 0.94 | 0.72 |
| Hex | 72 | FB | A8 | 37 | 0 | 21 | 2 | 90 | 5E | 48 |
| Octal | 162 | 373 | 250 | 67 | 0 | 41 | 2 | 220 | 136 | 110 |
| Binary | 1110010 | 11111011 | 10101000 | 110111 | 0 | 100001 | 10 | 10010000 | 1011110 | 1001000 |
Color Harmonies of #72FBA8
Complementary color
Monochromatic Colors of #72FBA8
Black with #72FBA8
Text Example
Text Example
White with #72FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FBA8; }
p { color: rgb(114,251,168); }
H1.HeaderClassName
{
color: #72FBA8;
}
.AnyTagClassName
{
color: #72FBA8;
}
</style>
background-color css
<style>
a { background-color: #72FBA8; }
a { background-color: rgb(114,251,168); }
div.DivClassName
{
background-color: #72FBA8;
}
.BgClassName
{
background-color: #72FBA8;
}
</style>
border-color css
<style>
span { border-color: #72FBA8; }
span { border-color: rgb(114,251,168); }
td.TdClassName
{
border-color: #72FBA8;
}
.TagClassName
{
border-color: #72FBA8;
}
</style>