Shades of Acapulco #72AB8C
Tints of Acapulco #72AB8C
RGB
CMYK
RGB Variations
Color information
#72AB8C (or 0x72AB8C) is known color: Acapulco. HEX triplet: 72, AB and 8C. RGB value is (114,171,140). Sum of RGB (Red+Green+Blue) = 114+171+140=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB8C is #8D5473. Grayscale: #969696. Windows color (decimal): -9262196 or 9218930. OLE color: 9218930.
HSL color Cylindrical-coordinate representation of color #72AB8C: hue angle of 147.37º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB8C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 140 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.33 |
| HSL | 147.37º | 0.25% | 0.56% | - |
| HSV(B) | 147.37º | 0.33% | 0.67% | - |
| XYZ | 26.24 | 34.6 | 30.11 | - |
| YUV | 150.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 140 | 0.33 | 0 | 0.18 | 0.33 | 147.37 | 0.25 | 0.56 |
| Hex | 72 | AB | 8C | 21 | 0 | 12 | 21 | 93 | 19 | 38 |
| Octal | 162 | 253 | 214 | 41 | 0 | 22 | 41 | 223 | 31 | 70 |
| Binary | 1110010 | 10101011 | 10001100 | 100001 | 0 | 10010 | 100001 | 10010011 | 11001 | 111000 |
Color Harmonies of #72AB8C
Complementary color
Monochromatic Colors of #72AB8C
Black with #72AB8C
Text Example
Text Example
White with #72AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB8C; }
p { color: rgb(114,171,140); }
H1.HeaderClassName
{
color: #72AB8C;
}
.AnyTagClassName
{
color: #72AB8C;
}
</style>
background-color css
<style>
a { background-color: #72AB8C; }
a { background-color: rgb(114,171,140); }
div.DivClassName
{
background-color: #72AB8C;
}
.BgClassName
{
background-color: #72AB8C;
}
</style>
border-color css
<style>
span { border-color: #72AB8C; }
span { border-color: rgb(114,171,140); }
td.TdClassName
{
border-color: #72AB8C;
}
.TagClassName
{
border-color: #72AB8C;
}
</style>