Shades of Aquamarine #72FBDD
Tints of Aquamarine #72FBDD
RGB
CMYK
RGB Variations
Color information
#72FBDD (or 0x72FBDD) is known color: Aquamarine. HEX triplet: 72, FB and DD. RGB value is (114,251,221). Sum of RGB (Red+Green+Blue) = 114+251+221=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FBDD is #8D0422. Grayscale: #CECECE. Windows color (decimal): -9241635 or 14547826. OLE color: 14547826.
HSL color Cylindrical-coordinate representation of color #72FBDD: hue angle of 166.86º 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 #72FBDD is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 251 | 221 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.02 |
| HSL | 166.86º | 0.94% | 0.72% | - |
| HSV(B) | 166.86º | 0.55% | 0.98% | - |
| XYZ | 54.49 | 77.79 | 80.55 | - |
| YUV | 206.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 251 | 221 | 0.55 | 0 | 0.12 | 0.02 | 166.86 | 0.94 | 0.72 |
| Hex | 72 | FB | DD | 37 | 0 | C | 2 | A7 | 5E | 48 |
| Octal | 162 | 373 | 335 | 67 | 0 | 14 | 2 | 247 | 136 | 110 |
| Binary | 1110010 | 11111011 | 11011101 | 110111 | 0 | 1100 | 10 | 10100111 | 1011110 | 1001000 |
Color Harmonies of #72FBDD
Complementary color
Monochromatic Colors of #72FBDD
Black with #72FBDD
Text Example
Text Example
White with #72FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FBDD; }
p { color: rgb(114,251,221); }
H1.HeaderClassName
{
color: #72FBDD;
}
.AnyTagClassName
{
color: #72FBDD;
}
</style>
background-color css
<style>
a { background-color: #72FBDD; }
a { background-color: rgb(114,251,221); }
div.DivClassName
{
background-color: #72FBDD;
}
.BgClassName
{
background-color: #72FBDD;
}
</style>
border-color css
<style>
span { border-color: #72FBDD; }
span { border-color: rgb(114,251,221); }
td.TdClassName
{
border-color: #72FBDD;
}
.TagClassName
{
border-color: #72FBDD;
}
</style>