Shades of Acapulco #75A18A
Tints of Acapulco #75A18A
RGB
CMYK
RGB Variations
Color information
#75A18A (or 0x75A18A) is known color: Acapulco. HEX triplet: 75, A1 and 8A. RGB value is (117,161,138). Sum of RGB (Red+Green+Blue) = 117+161+138=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #75A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A18A is #8A5E75. Grayscale: #919191. Windows color (decimal): -9068150 or 9085301. OLE color: 9085301.
HSL color Cylindrical-coordinate representation of color #75A18A: hue angle of 148.64º 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 #75A18A is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 138 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.37 |
| HSL | 148.64º | 0.19% | 0.55% | - |
| HSV(B) | 148.64º | 0.27% | 0.63% | - |
| XYZ | 24.67 | 31.11 | 28.75 | - |
| YUV | 145.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 138 | 0.27 | 0 | 0.14 | 0.37 | 148.64 | 0.19 | 0.55 |
| Hex | 75 | A1 | 8A | 1B | 0 | E | 25 | 95 | 13 | 37 |
| Octal | 165 | 241 | 212 | 33 | 0 | 16 | 45 | 225 | 23 | 67 |
| Binary | 1110101 | 10100001 | 10001010 | 11011 | 0 | 1110 | 100101 | 10010101 | 10011 | 110111 |
Color Harmonies of #75A18A
Complementary color
Monochromatic Colors of #75A18A
Black with #75A18A
Text Example
Text Example
White with #75A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A18A; }
p { color: rgb(117,161,138); }
H1.HeaderClassName
{
color: #75A18A;
}
.AnyTagClassName
{
color: #75A18A;
}
</style>
background-color css
<style>
a { background-color: #75A18A; }
a { background-color: rgb(117,161,138); }
div.DivClassName
{
background-color: #75A18A;
}
.BgClassName
{
background-color: #75A18A;
}
</style>
border-color css
<style>
span { border-color: #75A18A; }
span { border-color: rgb(117,161,138); }
td.TdClassName
{
border-color: #75A18A;
}
.TagClassName
{
border-color: #75A18A;
}
</style>