Shades of Aquamarine #72ECD3
Tints of Aquamarine #72ECD3
RGB
CMYK
RGB Variations
Color information
#72ECD3 (or 0x72ECD3) is known color: Aquamarine. HEX triplet: 72, EC and D3. RGB value is (114,236,211). Sum of RGB (Red+Green+Blue) = 114+236+211=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECD3 is #8D132C. Grayscale: #C4C4C4. Windows color (decimal): -9245485 or 13888626. OLE color: 13888626.
HSL color Cylindrical-coordinate representation of color #72ECD3: hue angle of 167.7º degrees, saturation: 0.76, 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 #72ECD3 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 211 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.07 |
| HSL | 167.7º | 0.76% | 0.69% | - |
| HSV(B) | 167.7º | 0.52% | 0.93% | - |
| XYZ | 48.69 | 68.27 | 72.24 | - |
| YUV | 196.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 211 | 0.52 | 0 | 0.11 | 0.07 | 167.7 | 0.76 | 0.69 |
| Hex | 72 | EC | D3 | 34 | 0 | B | 7 | A8 | 4C | 45 |
| Octal | 162 | 354 | 323 | 64 | 0 | 13 | 7 | 250 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11010011 | 110100 | 0 | 1011 | 111 | 10101000 | 1001100 | 1000101 |
Color Harmonies of #72ECD3
Complementary color
Monochromatic Colors of #72ECD3
Black with #72ECD3
Text Example
Text Example
White with #72ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECD3; }
p { color: rgb(114,236,211); }
H1.HeaderClassName
{
color: #72ECD3;
}
.AnyTagClassName
{
color: #72ECD3;
}
</style>
background-color css
<style>
a { background-color: #72ECD3; }
a { background-color: rgb(114,236,211); }
div.DivClassName
{
background-color: #72ECD3;
}
.BgClassName
{
background-color: #72ECD3;
}
</style>
border-color css
<style>
span { border-color: #72ECD3; }
span { border-color: rgb(114,236,211); }
td.TdClassName
{
border-color: #72ECD3;
}
.TagClassName
{
border-color: #72ECD3;
}
</style>