Shades of Acapulco #72B898
Tints of Acapulco #72B898
RGB
CMYK
RGB Variations
Color information
#72B898 (or 0x72B898) is known color: Acapulco. HEX triplet: 72, B8 and 98. RGB value is (114,184,152). Sum of RGB (Red+Green+Blue) = 114+184+152=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #72B898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B898 is #8D4767. Grayscale: #9F9F9F. Windows color (decimal): -9258856 or 10008690. OLE color: 10008690.
HSL color Cylindrical-coordinate representation of color #72B898: hue angle of 152.57º degrees, saturation: 0.33, 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 #72B898 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 152 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.28 |
| HSL | 152.57º | 0.33% | 0.58% | - |
| HSV(B) | 152.57º | 0.38% | 0.72% | - |
| XYZ | 29.75 | 40.13 | 35.88 | - |
| YUV | 159.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 152 | 0.38 | 0 | 0.17 | 0.28 | 152.57 | 0.33 | 0.58 |
| Hex | 72 | B8 | 98 | 26 | 0 | 11 | 1C | 99 | 21 | 3A |
| Octal | 162 | 270 | 230 | 46 | 0 | 21 | 34 | 231 | 41 | 72 |
| Binary | 1110010 | 10111000 | 10011000 | 100110 | 0 | 10001 | 11100 | 10011001 | 100001 | 111010 |
Color Harmonies of #72B898
Complementary color
Monochromatic Colors of #72B898
Black with #72B898
Text Example
Text Example
White with #72B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B898; }
p { color: rgb(114,184,152); }
H1.HeaderClassName
{
color: #72B898;
}
.AnyTagClassName
{
color: #72B898;
}
</style>
background-color css
<style>
a { background-color: #72B898; }
a { background-color: rgb(114,184,152); }
div.DivClassName
{
background-color: #72B898;
}
.BgClassName
{
background-color: #72B898;
}
</style>
border-color css
<style>
span { border-color: #72B898; }
span { border-color: rgb(114,184,152); }
td.TdClassName
{
border-color: #72B898;
}
.TagClassName
{
border-color: #72B898;
}
</style>