Shades of Aquamarine #72EBC8
Tints of Aquamarine #72EBC8
RGB
CMYK
RGB Variations
Color information
#72EBC8 (or 0x72EBC8) is known color: Aquamarine. HEX triplet: 72, EB and C8. RGB value is (114,235,200). Sum of RGB (Red+Green+Blue) = 114+235+200=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBC8 is #8D1437. Grayscale: #C2C2C2. Windows color (decimal): -9245752 or 13167474. OLE color: 13167474.
HSL color Cylindrical-coordinate representation of color #72EBC8: hue angle of 162.64º degrees, saturation: 0.75, 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 #72EBC8 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 235 | 200 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.08 |
| HSL | 162.64º | 0.75% | 0.68% | - |
| HSV(B) | 162.64º | 0.51% | 0.92% | - |
| XYZ | 47.07 | 67.16 | 65.13 | - |
| YUV | 194.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 235 | 200 | 0.51 | 0 | 0.15 | 0.08 | 162.64 | 0.75 | 0.68 |
| Hex | 72 | EB | C8 | 33 | 0 | F | 8 | A3 | 4B | 44 |
| Octal | 162 | 353 | 310 | 63 | 0 | 17 | 10 | 243 | 113 | 104 |
| Binary | 1110010 | 11101011 | 11001000 | 110011 | 0 | 1111 | 1000 | 10100011 | 1001011 | 1000100 |
Color Harmonies of #72EBC8
Complementary color
Monochromatic Colors of #72EBC8
Black with #72EBC8
Text Example
Text Example
White with #72EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EBC8; }
p { color: rgb(114,235,200); }
H1.HeaderClassName
{
color: #72EBC8;
}
.AnyTagClassName
{
color: #72EBC8;
}
</style>
background-color css
<style>
a { background-color: #72EBC8; }
a { background-color: rgb(114,235,200); }
div.DivClassName
{
background-color: #72EBC8;
}
.BgClassName
{
background-color: #72EBC8;
}
</style>
border-color css
<style>
span { border-color: #72EBC8; }
span { border-color: rgb(114,235,200); }
td.TdClassName
{
border-color: #72EBC8;
}
.TagClassName
{
border-color: #72EBC8;
}
</style>