Shades of Acapulco #75A194
Tints of Acapulco #75A194
RGB
CMYK
RGB Variations
Color information
#75A194 (or 0x75A194) is known color: Acapulco. HEX triplet: 75, A1 and 94. RGB value is (117,161,148). Sum of RGB (Red+Green+Blue) = 117+161+148=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #75A194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A194 is #8A5E6B. Grayscale: #929292. Windows color (decimal): -9068140 or 9740661. OLE color: 9740661.
HSL color Cylindrical-coordinate representation of color #75A194: hue angle of 162.27º 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 #75A194 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 148 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.37 |
| HSL | 162.27º | 0.19% | 0.55% | - |
| HSV(B) | 162.27º | 0.27% | 0.63% | - |
| XYZ | 25.43 | 31.41 | 32.74 | - |
| YUV | 146.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 148 | 0.27 | 0 | 0.08 | 0.37 | 162.27 | 0.19 | 0.55 |
| Hex | 75 | A1 | 94 | 1B | 0 | 8 | 25 | A2 | 13 | 37 |
| Octal | 165 | 241 | 224 | 33 | 0 | 10 | 45 | 242 | 23 | 67 |
| Binary | 1110101 | 10100001 | 10010100 | 11011 | 0 | 1000 | 100101 | 10100010 | 10011 | 110111 |
Color Harmonies of #75A194
Complementary color
Monochromatic Colors of #75A194
Black with #75A194
Text Example
Text Example
White with #75A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A194; }
p { color: rgb(117,161,148); }
H1.HeaderClassName
{
color: #75A194;
}
.AnyTagClassName
{
color: #75A194;
}
</style>
background-color css
<style>
a { background-color: #75A194; }
a { background-color: rgb(117,161,148); }
div.DivClassName
{
background-color: #75A194;
}
.BgClassName
{
background-color: #75A194;
}
</style>
border-color css
<style>
span { border-color: #75A194; }
span { border-color: rgb(117,161,148); }
td.TdClassName
{
border-color: #75A194;
}
.TagClassName
{
border-color: #75A194;
}
</style>