Shades of Acapulco #75B29A
Tints of Acapulco #75B29A
RGB
CMYK
RGB Variations
Color information
#75B29A (or 0x75B29A) is known color: Acapulco. HEX triplet: 75, B2 and 9A. RGB value is (117,178,154). Sum of RGB (Red+Green+Blue) = 117+178+154=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #75B29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B29A is #8A4D65. Grayscale: #9D9D9D. Windows color (decimal): -9063782 or 10138229. OLE color: 10138229.
HSL color Cylindrical-coordinate representation of color #75B29A: hue angle of 156.39º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B29A is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 154 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.30 |
| HSL | 156.39º | 0.28% | 0.58% | - |
| HSV(B) | 156.39º | 0.34% | 0.7% | - |
| XYZ | 29.09 | 37.96 | 36.36 | - |
| YUV | 157.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 154 | 0.34 | 0 | 0.13 | 0.30 | 156.39 | 0.28 | 0.58 |
| Hex | 75 | B2 | 9A | 22 | 0 | D | 1E | 9C | 1C | 3A |
| Octal | 165 | 262 | 232 | 42 | 0 | 15 | 36 | 234 | 34 | 72 |
| Binary | 1110101 | 10110010 | 10011010 | 100010 | 0 | 1101 | 11110 | 10011100 | 11100 | 111010 |
Color Harmonies of #75B29A
Complementary color
Monochromatic Colors of #75B29A
Black with #75B29A
Text Example
Text Example
White with #75B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B29A; }
p { color: rgb(117,178,154); }
H1.HeaderClassName
{
color: #75B29A;
}
.AnyTagClassName
{
color: #75B29A;
}
</style>
background-color css
<style>
a { background-color: #75B29A; }
a { background-color: rgb(117,178,154); }
div.DivClassName
{
background-color: #75B29A;
}
.BgClassName
{
background-color: #75B29A;
}
</style>
border-color css
<style>
span { border-color: #75B29A; }
span { border-color: rgb(117,178,154); }
td.TdClassName
{
border-color: #75B29A;
}
.TagClassName
{
border-color: #75B29A;
}
</style>