Shades of Aquamarine #72EEC6
Tints of Aquamarine #72EEC6
RGB
CMYK
RGB Variations
Color information
#72EEC6 (or 0x72EEC6) is known color: Aquamarine. HEX triplet: 72, EE and C6. RGB value is (114,238,198). Sum of RGB (Red+Green+Blue) = 114+238+198=550 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.73% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EEC6 is #8D1139. Grayscale: #C4C4C4. Windows color (decimal): -9244986 or 13037170. OLE color: 13037170.
HSL color Cylindrical-coordinate representation of color #72EEC6: hue angle of 160.65º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EEC6 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 238 | 198 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.07 |
| HSL | 160.65º | 0.78% | 0.69% | - |
| HSV(B) | 160.65º | 0.52% | 0.93% | - |
| XYZ | 47.71 | 68.8 | 64.19 | - |
| YUV | 196.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 198 | 0.52 | 0 | 0.17 | 0.07 | 160.65 | 0.78 | 0.69 |
| Hex | 72 | EE | C6 | 34 | 0 | 11 | 7 | A1 | 4E | 45 |
| Octal | 162 | 356 | 306 | 64 | 0 | 21 | 7 | 241 | 116 | 105 |
| Binary | 1110010 | 11101110 | 11000110 | 110100 | 0 | 10001 | 111 | 10100001 | 1001110 | 1000101 |
Color Harmonies of #72EEC6
Complementary color
Monochromatic Colors of #72EEC6
Black with #72EEC6
Text Example
Text Example
White with #72EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EEC6; }
p { color: rgb(114,238,198); }
H1.HeaderClassName
{
color: #72EEC6;
}
.AnyTagClassName
{
color: #72EEC6;
}
</style>
background-color css
<style>
a { background-color: #72EEC6; }
a { background-color: rgb(114,238,198); }
div.DivClassName
{
background-color: #72EEC6;
}
.BgClassName
{
background-color: #72EEC6;
}
</style>
border-color css
<style>
span { border-color: #72EEC6; }
span { border-color: rgb(114,238,198); }
td.TdClassName
{
border-color: #72EEC6;
}
.TagClassName
{
border-color: #72EEC6;
}
</style>