Shades of Acapulco #72B69C
Tints of Acapulco #72B69C
RGB
CMYK
RGB Variations
Color information
#72B69C (or 0x72B69C) is known color: Acapulco. HEX triplet: 72, B6 and 9C. RGB value is (114,182,156). Sum of RGB (Red+Green+Blue) = 114+182+156=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #72B69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B69C is #8D4963. Grayscale: #9E9E9E. Windows color (decimal): -9259364 or 10270322. OLE color: 10270322.
HSL color Cylindrical-coordinate representation of color #72B69C: hue angle of 157.06º degrees, saturation: 0.32, 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 #72B69C is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 156 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.29 |
| HSL | 157.06º | 0.32% | 0.58% | - |
| HSV(B) | 157.06º | 0.37% | 0.71% | - |
| XYZ | 29.67 | 39.43 | 37.5 | - |
| YUV | 158.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 156 | 0.37 | 0 | 0.14 | 0.29 | 157.06 | 0.32 | 0.58 |
| Hex | 72 | B6 | 9C | 25 | 0 | E | 1D | 9D | 20 | 3A |
| Octal | 162 | 266 | 234 | 45 | 0 | 16 | 35 | 235 | 40 | 72 |
| Binary | 1110010 | 10110110 | 10011100 | 100101 | 0 | 1110 | 11101 | 10011101 | 100000 | 111010 |
Color Harmonies of #72B69C
Complementary color
Monochromatic Colors of #72B69C
Black with #72B69C
Text Example
Text Example
White with #72B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B69C; }
p { color: rgb(114,182,156); }
H1.HeaderClassName
{
color: #72B69C;
}
.AnyTagClassName
{
color: #72B69C;
}
</style>
background-color css
<style>
a { background-color: #72B69C; }
a { background-color: rgb(114,182,156); }
div.DivClassName
{
background-color: #72B69C;
}
.BgClassName
{
background-color: #72B69C;
}
</style>
border-color css
<style>
span { border-color: #72B69C; }
span { border-color: rgb(114,182,156); }
td.TdClassName
{
border-color: #72B69C;
}
.TagClassName
{
border-color: #72B69C;
}
</style>