Shades of Aquamarine #72EFCD
Tints of Aquamarine #72EFCD
RGB
CMYK
RGB Variations
Color information
#72EFCD (or 0x72EFCD) is known color: Aquamarine. HEX triplet: 72, EF and CD. RGB value is (114,239,205). Sum of RGB (Red+Green+Blue) = 114+239+205=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFCD is #8D1032. Grayscale: #C5C5C5. Windows color (decimal): -9244723 or 13496178. OLE color: 13496178.
HSL color Cylindrical-coordinate representation of color #72EFCD: hue angle of 163.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EFCD is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 205 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.06 |
| HSL | 163.68º | 0.8% | 0.69% | - |
| HSV(B) | 163.68º | 0.52% | 0.94% | - |
| XYZ | 48.83 | 69.72 | 68.64 | - |
| YUV | 197.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 205 | 0.52 | 0 | 0.14 | 0.06 | 163.68 | 0.8 | 0.69 |
| Hex | 72 | EF | CD | 34 | 0 | E | 6 | A4 | 50 | 45 |
| Octal | 162 | 357 | 315 | 64 | 0 | 16 | 6 | 244 | 120 | 105 |
| Binary | 1110010 | 11101111 | 11001101 | 110100 | 0 | 1110 | 110 | 10100100 | 1010000 | 1000101 |
Color Harmonies of #72EFCD
Complementary color
Monochromatic Colors of #72EFCD
Black with #72EFCD
Text Example
Text Example
White with #72EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EFCD; }
p { color: rgb(114,239,205); }
H1.HeaderClassName
{
color: #72EFCD;
}
.AnyTagClassName
{
color: #72EFCD;
}
</style>
background-color css
<style>
a { background-color: #72EFCD; }
a { background-color: rgb(114,239,205); }
div.DivClassName
{
background-color: #72EFCD;
}
.BgClassName
{
background-color: #72EFCD;
}
</style>
border-color css
<style>
span { border-color: #72EFCD; }
span { border-color: rgb(114,239,205); }
td.TdClassName
{
border-color: #72EFCD;
}
.TagClassName
{
border-color: #72EFCD;
}
</style>