Shades of Medium Aquamarine #72CBAB
Tints of Medium Aquamarine #72CBAB
RGB
CMYK
RGB Variations
Color information
#72CBAB (or 0x72CBAB) is known color: Medium Aquamarine. HEX triplet: 72, CB and AB. RGB value is (114,203,171). Sum of RGB (Red+Green+Blue) = 114+203+171=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CBAB is #8D3454. Grayscale: #ACACAC. Windows color (decimal): -9253973 or 11258738. OLE color: 11258738.
HSL color Cylindrical-coordinate representation of color #72CBAB: hue angle of 158.43º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CBAB is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 171 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.20 |
| HSL | 158.43º | 0.46% | 0.62% | - |
| HSV(B) | 158.43º | 0.44% | 0.8% | - |
| XYZ | 35.65 | 49.23 | 46.15 | - |
| YUV | 172.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 171 | 0.44 | 0 | 0.16 | 0.20 | 158.43 | 0.46 | 0.62 |
| Hex | 72 | CB | AB | 2C | 0 | 10 | 14 | 9E | 2E | 3E |
| Octal | 162 | 313 | 253 | 54 | 0 | 20 | 24 | 236 | 56 | 76 |
| Binary | 1110010 | 11001011 | 10101011 | 101100 | 0 | 10000 | 10100 | 10011110 | 101110 | 111110 |
Color Harmonies of #72CBAB
Complementary color
Monochromatic Colors of #72CBAB
Black with #72CBAB
Text Example
Text Example
White with #72CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CBAB; }
p { color: rgb(114,203,171); }
H1.HeaderClassName
{
color: #72CBAB;
}
.AnyTagClassName
{
color: #72CBAB;
}
</style>
background-color css
<style>
a { background-color: #72CBAB; }
a { background-color: rgb(114,203,171); }
div.DivClassName
{
background-color: #72CBAB;
}
.BgClassName
{
background-color: #72CBAB;
}
</style>
border-color css
<style>
span { border-color: #72CBAB; }
span { border-color: rgb(114,203,171); }
td.TdClassName
{
border-color: #72CBAB;
}
.TagClassName
{
border-color: #72CBAB;
}
</style>