Shades of Acapulco #75A18E
Tints of Acapulco #75A18E
RGB
CMYK
RGB Variations
Color information
#75A18E (or 0x75A18E) is known color: Acapulco. HEX triplet: 75, A1 and 8E. RGB value is (117,161,142). Sum of RGB (Red+Green+Blue) = 117+161+142=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #75A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A18E is #8A5E71. Grayscale: #919191. Windows color (decimal): -9068146 or 9347445. OLE color: 9347445.
HSL color Cylindrical-coordinate representation of color #75A18E: hue angle of 154.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A18E is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 142 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.37 |
| HSL | 154.09º | 0.19% | 0.55% | - |
| HSV(B) | 154.09º | 0.27% | 0.63% | - |
| XYZ | 24.96 | 31.22 | 30.3 | - |
| YUV | 145.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 142 | 0.27 | 0 | 0.12 | 0.37 | 154.09 | 0.19 | 0.55 |
| Hex | 75 | A1 | 8E | 1B | 0 | C | 25 | 9A | 13 | 37 |
| Octal | 165 | 241 | 216 | 33 | 0 | 14 | 45 | 232 | 23 | 67 |
| Binary | 1110101 | 10100001 | 10001110 | 11011 | 0 | 1100 | 100101 | 10011010 | 10011 | 110111 |
Color Harmonies of #75A18E
Complementary color
Monochromatic Colors of #75A18E
Black with #75A18E
Text Example
Text Example
White with #75A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A18E; }
p { color: rgb(117,161,142); }
H1.HeaderClassName
{
color: #75A18E;
}
.AnyTagClassName
{
color: #75A18E;
}
</style>
background-color css
<style>
a { background-color: #75A18E; }
a { background-color: rgb(117,161,142); }
div.DivClassName
{
background-color: #75A18E;
}
.BgClassName
{
background-color: #75A18E;
}
</style>
border-color css
<style>
span { border-color: #75A18E; }
span { border-color: rgb(117,161,142); }
td.TdClassName
{
border-color: #75A18E;
}
.TagClassName
{
border-color: #75A18E;
}
</style>