Shades of Acapulco #72BA9F
Tints of Acapulco #72BA9F
RGB
CMYK
RGB Variations
Color information
#72BA9F (or 0x72BA9F) is known color: Acapulco. HEX triplet: 72, BA and 9F. RGB value is (114,186,159). Sum of RGB (Red+Green+Blue) = 114+186+159=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA9F is #8D4560. Grayscale: #A1A1A1. Windows color (decimal): -9258337 or 10467954. OLE color: 10467954.
HSL color Cylindrical-coordinate representation of color #72BA9F: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA9F is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 159 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.27 |
| HSL | 157.5º | 0.34% | 0.59% | - |
| HSV(B) | 157.5º | 0.39% | 0.73% | - |
| XYZ | 30.76 | 41.2 | 39.13 | - |
| YUV | 161.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 159 | 0.39 | 0 | 0.15 | 0.27 | 157.5 | 0.34 | 0.59 |
| Hex | 72 | BA | 9F | 27 | 0 | F | 1B | 9E | 22 | 3B |
| Octal | 162 | 272 | 237 | 47 | 0 | 17 | 33 | 236 | 42 | 73 |
| Binary | 1110010 | 10111010 | 10011111 | 100111 | 0 | 1111 | 11011 | 10011110 | 100010 | 111011 |
Color Harmonies of #72BA9F
Complementary color
Monochromatic Colors of #72BA9F
Black with #72BA9F
Text Example
Text Example
White with #72BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA9F; }
p { color: rgb(114,186,159); }
H1.HeaderClassName
{
color: #72BA9F;
}
.AnyTagClassName
{
color: #72BA9F;
}
</style>
background-color css
<style>
a { background-color: #72BA9F; }
a { background-color: rgb(114,186,159); }
div.DivClassName
{
background-color: #72BA9F;
}
.BgClassName
{
background-color: #72BA9F;
}
</style>
border-color css
<style>
span { border-color: #72BA9F; }
span { border-color: rgb(114,186,159); }
td.TdClassName
{
border-color: #72BA9F;
}
.TagClassName
{
border-color: #72BA9F;
}
</style>