Shades of Acapulco #75AD9A
Tints of Acapulco #75AD9A
RGB
CMYK
RGB Variations
Color information
#75AD9A (or 0x75AD9A) is known color: Acapulco. HEX triplet: 75, AD and 9A. RGB value is (117,173,154). Sum of RGB (Red+Green+Blue) = 117+173+154=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD9A is #8A5265. Grayscale: #9A9A9A. Windows color (decimal): -9065062 or 10136949. OLE color: 10136949.
HSL color Cylindrical-coordinate representation of color #75AD9A: hue angle of 159.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AD9A is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 154 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.32 |
| HSL | 159.64º | 0.25% | 0.57% | - |
| HSV(B) | 159.64º | 0.32% | 0.68% | - |
| XYZ | 28.11 | 36 | 36.04 | - |
| YUV | 154.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 154 | 0.32 | 0 | 0.11 | 0.32 | 159.64 | 0.25 | 0.57 |
| Hex | 75 | AD | 9A | 20 | 0 | B | 20 | A0 | 19 | 39 |
| Octal | 165 | 255 | 232 | 40 | 0 | 13 | 40 | 240 | 31 | 71 |
| Binary | 1110101 | 10101101 | 10011010 | 100000 | 0 | 1011 | 100000 | 10100000 | 11001 | 111001 |
Color Harmonies of #75AD9A
Complementary color
Monochromatic Colors of #75AD9A
Black with #75AD9A
Text Example
Text Example
White with #75AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD9A; }
p { color: rgb(117,173,154); }
H1.HeaderClassName
{
color: #75AD9A;
}
.AnyTagClassName
{
color: #75AD9A;
}
</style>
background-color css
<style>
a { background-color: #75AD9A; }
a { background-color: rgb(117,173,154); }
div.DivClassName
{
background-color: #75AD9A;
}
.BgClassName
{
background-color: #75AD9A;
}
</style>
border-color css
<style>
span { border-color: #75AD9A; }
span { border-color: rgb(117,173,154); }
td.TdClassName
{
border-color: #75AD9A;
}
.TagClassName
{
border-color: #75AD9A;
}
</style>