Shades of Acapulco #72B59A
Tints of Acapulco #72B59A
RGB
CMYK
RGB Variations
Color information
#72B59A (or 0x72B59A) is known color: Acapulco. HEX triplet: 72, B5 and 9A. RGB value is (114,181,154). Sum of RGB (Red+Green+Blue) = 114+181+154=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #72B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B59A is #8D4A65. Grayscale: #9D9D9D. Windows color (decimal): -9259622 or 10138994. OLE color: 10138994.
HSL color Cylindrical-coordinate representation of color #72B59A: hue angle of 155.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B59A is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 154 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.29 |
| HSL | 155.82º | 0.31% | 0.58% | - |
| HSV(B) | 155.82º | 0.37% | 0.71% | - |
| XYZ | 29.3 | 38.96 | 36.55 | - |
| YUV | 157.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 154 | 0.37 | 0 | 0.15 | 0.29 | 155.82 | 0.31 | 0.58 |
| Hex | 72 | B5 | 9A | 25 | 0 | F | 1D | 9C | 1F | 3A |
| Octal | 162 | 265 | 232 | 45 | 0 | 17 | 35 | 234 | 37 | 72 |
| Binary | 1110010 | 10110101 | 10011010 | 100101 | 0 | 1111 | 11101 | 10011100 | 11111 | 111010 |
Color Harmonies of #72B59A
Complementary color
Monochromatic Colors of #72B59A
Black with #72B59A
Text Example
Text Example
White with #72B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B59A; }
p { color: rgb(114,181,154); }
H1.HeaderClassName
{
color: #72B59A;
}
.AnyTagClassName
{
color: #72B59A;
}
</style>
background-color css
<style>
a { background-color: #72B59A; }
a { background-color: rgb(114,181,154); }
div.DivClassName
{
background-color: #72B59A;
}
.BgClassName
{
background-color: #72B59A;
}
</style>
border-color css
<style>
span { border-color: #72B59A; }
span { border-color: rgb(114,181,154); }
td.TdClassName
{
border-color: #72B59A;
}
.TagClassName
{
border-color: #72B59A;
}
</style>