Shades of Aquamarine #72EAD2
Tints of Aquamarine #72EAD2
RGB
CMYK
RGB Variations
Color information
#72EAD2 (or 0x72EAD2) is known color: Aquamarine. HEX triplet: 72, EA and D2. RGB value is (114,234,210). Sum of RGB (Red+Green+Blue) = 114+234+210=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #72EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EAD2 is #8D152D. Grayscale: #C3C3C3. Windows color (decimal): -9245998 or 13822578. OLE color: 13822578.
HSL color Cylindrical-coordinate representation of color #72EAD2: hue angle of 168º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EAD2 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 234 | 210 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.08 |
| HSL | 168º | 0.74% | 0.68% | - |
| HSV(B) | 168º | 0.51% | 0.92% | - |
| XYZ | 48 | 67.08 | 71.39 | - |
| YUV | 195.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 234 | 210 | 0.51 | 0 | 0.10 | 0.08 | 168 | 0.74 | 0.68 |
| Hex | 72 | EA | D2 | 33 | 0 | A | 8 | A8 | 4A | 44 |
| Octal | 162 | 352 | 322 | 63 | 0 | 12 | 10 | 250 | 112 | 104 |
| Binary | 1110010 | 11101010 | 11010010 | 110011 | 0 | 1010 | 1000 | 10101000 | 1001010 | 1000100 |
Color Harmonies of #72EAD2
Complementary color
Monochromatic Colors of #72EAD2
Black with #72EAD2
Text Example
Text Example
White with #72EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EAD2; }
p { color: rgb(114,234,210); }
H1.HeaderClassName
{
color: #72EAD2;
}
.AnyTagClassName
{
color: #72EAD2;
}
</style>
background-color css
<style>
a { background-color: #72EAD2; }
a { background-color: rgb(114,234,210); }
div.DivClassName
{
background-color: #72EAD2;
}
.BgClassName
{
background-color: #72EAD2;
}
</style>
border-color css
<style>
span { border-color: #72EAD2; }
span { border-color: rgb(114,234,210); }
td.TdClassName
{
border-color: #72EAD2;
}
.TagClassName
{
border-color: #72EAD2;
}
</style>