Shades of Aquamarine #72FFDC
Tints of Aquamarine #72FFDC
RGB
CMYK
RGB Variations
Color information
#72FFDC (or 0x72FFDC) is known color: Aquamarine. HEX triplet: 72, FF and DC. RGB value is (114,255,220). Sum of RGB (Red+Green+Blue) = 114+255+220=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFDC is #8D0023. Grayscale: #D0D0D0. Windows color (decimal): -9240612 or 14483314. OLE color: 14483314.
HSL color Cylindrical-coordinate representation of color #72FFDC: hue angle of 165.11º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFDC is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 220 | - |
| CMYK | 0.55 | 0 | 0.14 | 0 |
| HSL | 165.11º | 1% | 0.72% | - |
| HSV(B) | 165.11º | 0.55% | 1% | - |
| XYZ | 55.62 | 80.26 | 80.27 | - |
| YUV | 208.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 220 | 0.55 | 0 | 0.14 | 0 | 165.11 | 1 | 0.72 |
| Hex | 72 | FF | DC | 37 | 0 | E | 0 | A5 | 64 | 48 |
| Octal | 162 | 377 | 334 | 67 | 0 | 16 | 0 | 245 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11011100 | 110111 | 0 | 1110 | 0 | 10100101 | 1100100 | 1001000 |
Color Harmonies of #72FFDC
Complementary color
Monochromatic Colors of #72FFDC
Black with #72FFDC
Text Example
Text Example
White with #72FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFDC; }
p { color: rgb(114,255,220); }
H1.HeaderClassName
{
color: #72FFDC;
}
.AnyTagClassName
{
color: #72FFDC;
}
</style>
background-color css
<style>
a { background-color: #72FFDC; }
a { background-color: rgb(114,255,220); }
div.DivClassName
{
background-color: #72FFDC;
}
.BgClassName
{
background-color: #72FFDC;
}
</style>
border-color css
<style>
span { border-color: #72FFDC; }
span { border-color: rgb(114,255,220); }
td.TdClassName
{
border-color: #72FFDC;
}
.TagClassName
{
border-color: #72FFDC;
}
</style>