Shades of Acapulco #75AD9C
Tints of Acapulco #75AD9C
RGB
CMYK
RGB Variations
Color information
#75AD9C (or 0x75AD9C) is known color: Acapulco. HEX triplet: 75, AD and 9C. RGB value is (117,173,156). Sum of RGB (Red+Green+Blue) = 117+173+156=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD9C is #8A5263. Grayscale: #9A9A9A. Windows color (decimal): -9065060 or 10268021. OLE color: 10268021.
HSL color Cylindrical-coordinate representation of color #75AD9C: hue angle of 161.79º 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 #75AD9C is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 156 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.32 |
| HSL | 161.79º | 0.25% | 0.57% | - |
| HSV(B) | 161.79º | 0.32% | 0.68% | - |
| XYZ | 28.28 | 36.07 | 36.92 | - |
| YUV | 154.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 156 | 0.32 | 0 | 0.10 | 0.32 | 161.79 | 0.25 | 0.57 |
| Hex | 75 | AD | 9C | 20 | 0 | A | 20 | A2 | 19 | 39 |
| Octal | 165 | 255 | 234 | 40 | 0 | 12 | 40 | 242 | 31 | 71 |
| Binary | 1110101 | 10101101 | 10011100 | 100000 | 0 | 1010 | 100000 | 10100010 | 11001 | 111001 |
Color Harmonies of #75AD9C
Complementary color
Monochromatic Colors of #75AD9C
Black with #75AD9C
Text Example
Text Example
White with #75AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD9C; }
p { color: rgb(117,173,156); }
H1.HeaderClassName
{
color: #75AD9C;
}
.AnyTagClassName
{
color: #75AD9C;
}
</style>
background-color css
<style>
a { background-color: #75AD9C; }
a { background-color: rgb(117,173,156); }
div.DivClassName
{
background-color: #75AD9C;
}
.BgClassName
{
background-color: #75AD9C;
}
</style>
border-color css
<style>
span { border-color: #75AD9C; }
span { border-color: rgb(117,173,156); }
td.TdClassName
{
border-color: #75AD9C;
}
.TagClassName
{
border-color: #75AD9C;
}
</style>