Shades of Acapulco #75AC90
Tints of Acapulco #75AC90
RGB
CMYK
RGB Variations
Color information
#75AC90 (or 0x75AC90) is known color: Acapulco. HEX triplet: 75, AC and 90. RGB value is (117,172,144). Sum of RGB (Red+Green+Blue) = 117+172+144=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC90 is #8A536F. Grayscale: #989898. Windows color (decimal): -9065328 or 9481333. OLE color: 9481333.
HSL color Cylindrical-coordinate representation of color #75AC90: hue angle of 149.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AC90 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 172 | 144 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.33 |
| HSL | 149.45º | 0.25% | 0.57% | - |
| HSV(B) | 149.45º | 0.32% | 0.67% | - |
| XYZ | 27.12 | 35.3 | 31.77 | - |
| YUV | 152.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 144 | 0.32 | 0 | 0.16 | 0.33 | 149.45 | 0.25 | 0.57 |
| Hex | 75 | AC | 90 | 20 | 0 | 10 | 21 | 95 | 19 | 39 |
| Octal | 165 | 254 | 220 | 40 | 0 | 20 | 41 | 225 | 31 | 71 |
| Binary | 1110101 | 10101100 | 10010000 | 100000 | 0 | 10000 | 100001 | 10010101 | 11001 | 111001 |
Color Harmonies of #75AC90
Complementary color
Monochromatic Colors of #75AC90
Black with #75AC90
Text Example
Text Example
White with #75AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AC90; }
p { color: rgb(117,172,144); }
H1.HeaderClassName
{
color: #75AC90;
}
.AnyTagClassName
{
color: #75AC90;
}
</style>
background-color css
<style>
a { background-color: #75AC90; }
a { background-color: rgb(117,172,144); }
div.DivClassName
{
background-color: #75AC90;
}
.BgClassName
{
background-color: #75AC90;
}
</style>
border-color css
<style>
span { border-color: #75AC90; }
span { border-color: rgb(117,172,144); }
td.TdClassName
{
border-color: #75AC90;
}
.TagClassName
{
border-color: #75AC90;
}
</style>