Shades of Acapulco #72B79A
Tints of Acapulco #72B79A
RGB
CMYK
RGB Variations
Color information
#72B79A (or 0x72B79A) is known color: Acapulco. HEX triplet: 72, B7 and 9A. RGB value is (114,183,154). Sum of RGB (Red+Green+Blue) = 114+183+154=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #72B79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B79A is #8D4865. Grayscale: #9F9F9F. Windows color (decimal): -9259110 or 10139506. OLE color: 10139506.
HSL color Cylindrical-coordinate representation of color #72B79A: hue angle of 154.78º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B79A is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 183 | 154 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.28 |
| HSL | 154.78º | 0.32% | 0.58% | - |
| HSV(B) | 154.78º | 0.38% | 0.72% | - |
| XYZ | 29.71 | 39.78 | 36.68 | - |
| YUV | 159.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 154 | 0.38 | 0 | 0.16 | 0.28 | 154.78 | 0.32 | 0.58 |
| Hex | 72 | B7 | 9A | 26 | 0 | 10 | 1C | 9B | 20 | 3A |
| Octal | 162 | 267 | 232 | 46 | 0 | 20 | 34 | 233 | 40 | 72 |
| Binary | 1110010 | 10110111 | 10011010 | 100110 | 0 | 10000 | 11100 | 10011011 | 100000 | 111010 |
Color Harmonies of #72B79A
Complementary color
Monochromatic Colors of #72B79A
Black with #72B79A
Text Example
Text Example
White with #72B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B79A; }
p { color: rgb(114,183,154); }
H1.HeaderClassName
{
color: #72B79A;
}
.AnyTagClassName
{
color: #72B79A;
}
</style>
background-color css
<style>
a { background-color: #72B79A; }
a { background-color: rgb(114,183,154); }
div.DivClassName
{
background-color: #72B79A;
}
.BgClassName
{
background-color: #72B79A;
}
</style>
border-color css
<style>
span { border-color: #72B79A; }
span { border-color: rgb(114,183,154); }
td.TdClassName
{
border-color: #72B79A;
}
.TagClassName
{
border-color: #72B79A;
}
</style>