Shades of Acapulco #75A897
Tints of Acapulco #75A897
RGB
CMYK
RGB Variations
Color information
#75A897 (or 0x75A897) is known color: Acapulco. HEX triplet: 75, A8 and 97. RGB value is (117,168,151). Sum of RGB (Red+Green+Blue) = 117+168+151=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #75A897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A897 is #8A5768. Grayscale: #969696. Windows color (decimal): -9066345 or 9939061. OLE color: 9939061.
HSL color Cylindrical-coordinate representation of color #75A897: hue angle of 160º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A897 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 151 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.34 |
| HSL | 160º | 0.23% | 0.56% | - |
| HSV(B) | 160º | 0.3% | 0.66% | - |
| XYZ | 26.92 | 34.02 | 34.43 | - |
| YUV | 150.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 151 | 0.30 | 0 | 0.10 | 0.34 | 160 | 0.23 | 0.56 |
| Hex | 75 | A8 | 97 | 1E | 0 | A | 22 | A0 | 17 | 38 |
| Octal | 165 | 250 | 227 | 36 | 0 | 12 | 42 | 240 | 27 | 70 |
| Binary | 1110101 | 10101000 | 10010111 | 11110 | 0 | 1010 | 100010 | 10100000 | 10111 | 111000 |
Color Harmonies of #75A897
Complementary color
Monochromatic Colors of #75A897
Black with #75A897
Text Example
Text Example
White with #75A897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A897; }
p { color: rgb(117,168,151); }
H1.HeaderClassName
{
color: #75A897;
}
.AnyTagClassName
{
color: #75A897;
}
</style>
background-color css
<style>
a { background-color: #75A897; }
a { background-color: rgb(117,168,151); }
div.DivClassName
{
background-color: #75A897;
}
.BgClassName
{
background-color: #75A897;
}
</style>
border-color css
<style>
span { border-color: #75A897; }
span { border-color: rgb(117,168,151); }
td.TdClassName
{
border-color: #75A897;
}
.TagClassName
{
border-color: #75A897;
}
</style>