Shades of Aquamarine #72EFD2
Tints of Aquamarine #72EFD2
RGB
CMYK
RGB Variations
Color information
#72EFD2 (or 0x72EFD2) is known color: Aquamarine. HEX triplet: 72, EF and D2. RGB value is (114,239,210). Sum of RGB (Red+Green+Blue) = 114+239+210=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFD2 is #8D102D. Grayscale: #C6C6C6. Windows color (decimal): -9244718 or 13823858. OLE color: 13823858.
HSL color Cylindrical-coordinate representation of color #72EFD2: hue angle of 166.08º 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 #72EFD2 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 210 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.06 |
| HSL | 166.08º | 0.8% | 0.69% | - |
| HSV(B) | 166.08º | 0.52% | 0.94% | - |
| XYZ | 49.44 | 69.96 | 71.87 | - |
| YUV | 198.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 210 | 0.52 | 0 | 0.12 | 0.06 | 166.08 | 0.8 | 0.69 |
| Hex | 72 | EF | D2 | 34 | 0 | C | 6 | A6 | 50 | 45 |
| Octal | 162 | 357 | 322 | 64 | 0 | 14 | 6 | 246 | 120 | 105 |
| Binary | 1110010 | 11101111 | 11010010 | 110100 | 0 | 1100 | 110 | 10100110 | 1010000 | 1000101 |
Color Harmonies of #72EFD2
Complementary color
Monochromatic Colors of #72EFD2
Black with #72EFD2
Text Example
Text Example
White with #72EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EFD2; }
p { color: rgb(114,239,210); }
H1.HeaderClassName
{
color: #72EFD2;
}
.AnyTagClassName
{
color: #72EFD2;
}
</style>
background-color css
<style>
a { background-color: #72EFD2; }
a { background-color: rgb(114,239,210); }
div.DivClassName
{
background-color: #72EFD2;
}
.BgClassName
{
background-color: #72EFD2;
}
</style>
border-color css
<style>
span { border-color: #72EFD2; }
span { border-color: rgb(114,239,210); }
td.TdClassName
{
border-color: #72EFD2;
}
.TagClassName
{
border-color: #72EFD2;
}
</style>