Shades of Aquamarine #72ECC6
Tints of Aquamarine #72ECC6
RGB
CMYK
RGB Variations
Color information
#72ECC6 (or 0x72ECC6) is known color: Aquamarine. HEX triplet: 72, EC and C6. RGB value is (114,236,198). Sum of RGB (Red+Green+Blue) = 114+236+198=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECC6 is #8D1339. Grayscale: #C3C3C3. Windows color (decimal): -9245498 or 13036658. OLE color: 13036658.
HSL color Cylindrical-coordinate representation of color #72ECC6: hue angle of 161.31º 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 #72ECC6 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 198 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.07 |
| HSL | 161.31º | 0.76% | 0.69% | - |
| HSV(B) | 161.31º | 0.52% | 0.93% | - |
| XYZ | 47.13 | 67.65 | 64 | - |
| YUV | 195.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 198 | 0.52 | 0 | 0.16 | 0.07 | 161.31 | 0.76 | 0.69 |
| Hex | 72 | EC | C6 | 34 | 0 | 10 | 7 | A1 | 4C | 45 |
| Octal | 162 | 354 | 306 | 64 | 0 | 20 | 7 | 241 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11000110 | 110100 | 0 | 10000 | 111 | 10100001 | 1001100 | 1000101 |
Color Harmonies of #72ECC6
Complementary color
Monochromatic Colors of #72ECC6
Black with #72ECC6
Text Example
Text Example
White with #72ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECC6; }
p { color: rgb(114,236,198); }
H1.HeaderClassName
{
color: #72ECC6;
}
.AnyTagClassName
{
color: #72ECC6;
}
</style>
background-color css
<style>
a { background-color: #72ECC6; }
a { background-color: rgb(114,236,198); }
div.DivClassName
{
background-color: #72ECC6;
}
.BgClassName
{
background-color: #72ECC6;
}
</style>
border-color css
<style>
span { border-color: #72ECC6; }
span { border-color: rgb(114,236,198); }
td.TdClassName
{
border-color: #72ECC6;
}
.TagClassName
{
border-color: #72ECC6;
}
</style>