Shades of Medium Aquamarine #72C2A8
Tints of Medium Aquamarine #72C2A8
RGB
CMYK
RGB Variations
Color information
#72C2A8 (or 0x72C2A8) is known color: Medium Aquamarine. HEX triplet: 72, C2 and A8. RGB value is (114,194,168). Sum of RGB (Red+Green+Blue) = 114+194+168=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #72C2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C2A8 is #8D3D57. Grayscale: #A7A7A7. Windows color (decimal): -9256280 or 11059826. OLE color: 11059826.
HSL color Cylindrical-coordinate representation of color #72C2A8: hue angle of 160.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C2A8 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 114 | 194 | 168 | - |
CMYK | 0.41 | 0 | 0.13 | 0.24 |
HSL | 160.5º | 0.4% | 0.6% | - |
HSV(B) | 160.5º | 0.41% | 0.76% | - |
XYZ | 33.3 | 44.99 | 43.97 | - |
YUV | 167.12 | 128.5 | 90.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 194 | 168 | 0.41 | 0 | 0.13 | 0.24 | 160.5 | 0.4 | 0.6 |
Hex | 72 | C2 | A8 | 29 | 0 | D | 18 | A0 | 28 | 3C |
Octal | 162 | 302 | 250 | 51 | 0 | 15 | 30 | 240 | 50 | 74 |
Binary | 1110010 | 11000010 | 10101000 | 101001 | 0 | 1101 | 11000 | 10100000 | 101000 | 111100 |
Color Harmonies of #72C2A8
Complementary color
Monochromatic Colors of #72C2A8
Black with #72C2A8
Text Example
Text Example
White with #72C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C2A8; }
p { color: rgb(114,194,168); }
H1.HeaderClassName
{
color: #72C2A8;
}
.AnyTagClassName
{
color: #72C2A8;
}
</style>
background-color css
<style>
a { background-color: #72C2A8; }
a { background-color: rgb(114,194,168); }
div.DivClassName
{
background-color: #72C2A8;
}
.BgClassName
{
background-color: #72C2A8;
}
</style>
border-color css
<style>
span { border-color: #72C2A8; }
span { border-color: rgb(114,194,168); }
td.TdClassName
{
border-color: #72C2A8;
}
.TagClassName
{
border-color: #72C2A8;
}
</style>