Shades of Acapulco #72B097
Tints of Acapulco #72B097
RGB
CMYK
RGB Variations
Color information
#72B097 (or 0x72B097) is known color: Acapulco. HEX triplet: 72, B0 and 97. RGB value is (114,176,151). Sum of RGB (Red+Green+Blue) = 114+176+151=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #72B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B097 is #8D4F68. Grayscale: #9A9A9A. Windows color (decimal): -9260905 or 9941106. OLE color: 9941106.
HSL color Cylindrical-coordinate representation of color #72B097: hue angle of 155.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72B097 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 176 | 151 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.31 |
| HSL | 155.81º | 0.28% | 0.57% | - |
| HSV(B) | 155.81º | 0.35% | 0.69% | - |
| XYZ | 28.05 | 36.86 | 34.91 | - |
| YUV | 154.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 176 | 151 | 0.35 | 0 | 0.14 | 0.31 | 155.81 | 0.28 | 0.57 |
| Hex | 72 | B0 | 97 | 23 | 0 | E | 1F | 9C | 1C | 39 |
| Octal | 162 | 260 | 227 | 43 | 0 | 16 | 37 | 234 | 34 | 71 |
| Binary | 1110010 | 10110000 | 10010111 | 100011 | 0 | 1110 | 11111 | 10011100 | 11100 | 111001 |
Color Harmonies of #72B097
Complementary color
Monochromatic Colors of #72B097
Black with #72B097
Text Example
Text Example
White with #72B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B097; }
p { color: rgb(114,176,151); }
H1.HeaderClassName
{
color: #72B097;
}
.AnyTagClassName
{
color: #72B097;
}
</style>
background-color css
<style>
a { background-color: #72B097; }
a { background-color: rgb(114,176,151); }
div.DivClassName
{
background-color: #72B097;
}
.BgClassName
{
background-color: #72B097;
}
</style>
border-color css
<style>
span { border-color: #72B097; }
span { border-color: rgb(114,176,151); }
td.TdClassName
{
border-color: #72B097;
}
.TagClassName
{
border-color: #72B097;
}
</style>