Shades of Acapulco #72A694
Tints of Acapulco #72A694
RGB
CMYK
RGB Variations
Color information
#72A694 (or 0x72A694) is known color: Acapulco. HEX triplet: 72, A6 and 94. RGB value is (114,166,148). Sum of RGB (Red+Green+Blue) = 114+166+148=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #72A694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A694 is #8D596B. Grayscale: #949494. Windows color (decimal): -9263468 or 9741938. OLE color: 9741938.
HSL color Cylindrical-coordinate representation of color #72A694: hue angle of 159.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A694 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 166 | 148 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.35 |
| HSL | 159.23º | 0.23% | 0.55% | - |
| HSV(B) | 159.23º | 0.31% | 0.65% | - |
| XYZ | 25.92 | 32.99 | 33.02 | - |
| YUV | 148.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 148 | 0.31 | 0 | 0.11 | 0.35 | 159.23 | 0.23 | 0.55 |
| Hex | 72 | A6 | 94 | 1F | 0 | B | 23 | 9F | 17 | 37 |
| Octal | 162 | 246 | 224 | 37 | 0 | 13 | 43 | 237 | 27 | 67 |
| Binary | 1110010 | 10100110 | 10010100 | 11111 | 0 | 1011 | 100011 | 10011111 | 10111 | 110111 |
Color Harmonies of #72A694
Complementary color
Monochromatic Colors of #72A694
Black with #72A694
Text Example
Text Example
White with #72A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A694; }
p { color: rgb(114,166,148); }
H1.HeaderClassName
{
color: #72A694;
}
.AnyTagClassName
{
color: #72A694;
}
</style>
background-color css
<style>
a { background-color: #72A694; }
a { background-color: rgb(114,166,148); }
div.DivClassName
{
background-color: #72A694;
}
.BgClassName
{
background-color: #72A694;
}
</style>
border-color css
<style>
span { border-color: #72A694; }
span { border-color: rgb(114,166,148); }
td.TdClassName
{
border-color: #72A694;
}
.TagClassName
{
border-color: #72A694;
}
</style>