Shades of Aquamarine #72EED0
Tints of Aquamarine #72EED0
RGB
CMYK
RGB Variations
Color information
#72EED0 (or 0x72EED0) is known color: Aquamarine. HEX triplet: 72, EE and D0. RGB value is (114,238,208). Sum of RGB (Red+Green+Blue) = 114+238+208=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #72EED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EED0 is #8D112F. Grayscale: #C5C5C5. Windows color (decimal): -9244976 or 13692530. OLE color: 13692530.
HSL color Cylindrical-coordinate representation of color #72EED0: hue angle of 165.48º 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 #72EED0 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 238 | 208 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.07 |
| HSL | 165.48º | 0.78% | 0.69% | - |
| HSV(B) | 165.48º | 0.52% | 0.93% | - |
| XYZ | 48.9 | 69.28 | 70.47 | - |
| YUV | 197.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 208 | 0.52 | 0 | 0.13 | 0.07 | 165.48 | 0.78 | 0.69 |
| Hex | 72 | EE | D0 | 34 | 0 | D | 7 | A5 | 4E | 45 |
| Octal | 162 | 356 | 320 | 64 | 0 | 15 | 7 | 245 | 116 | 105 |
| Binary | 1110010 | 11101110 | 11010000 | 110100 | 0 | 1101 | 111 | 10100101 | 1001110 | 1000101 |
Color Harmonies of #72EED0
Complementary color
Monochromatic Colors of #72EED0
Black with #72EED0
Text Example
Text Example
White with #72EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EED0; }
p { color: rgb(114,238,208); }
H1.HeaderClassName
{
color: #72EED0;
}
.AnyTagClassName
{
color: #72EED0;
}
</style>
background-color css
<style>
a { background-color: #72EED0; }
a { background-color: rgb(114,238,208); }
div.DivClassName
{
background-color: #72EED0;
}
.BgClassName
{
background-color: #72EED0;
}
</style>
border-color css
<style>
span { border-color: #72EED0; }
span { border-color: rgb(114,238,208); }
td.TdClassName
{
border-color: #72EED0;
}
.TagClassName
{
border-color: #72EED0;
}
</style>