Shades of Acapulco #75B99D
Tints of Acapulco #75B99D
RGB
CMYK
RGB Variations
Color information
#75B99D (or 0x75B99D) is known color: Acapulco. HEX triplet: 75, B9 and 9D. RGB value is (117,185,157). Sum of RGB (Red+Green+Blue) = 117+185+157=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #75B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B99D is #8A4662. Grayscale: #A1A1A1. Windows color (decimal): -9061987 or 10336629. OLE color: 10336629.
HSL color Cylindrical-coordinate representation of color #75B99D: hue angle of 155.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B99D is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 185 | 157 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.27 |
| HSL | 155.29º | 0.33% | 0.59% | - |
| HSV(B) | 155.29º | 0.37% | 0.73% | - |
| XYZ | 30.77 | 40.91 | 38.17 | - |
| YUV | 161.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 157 | 0.37 | 0 | 0.15 | 0.27 | 155.29 | 0.33 | 0.59 |
| Hex | 75 | B9 | 9D | 25 | 0 | F | 1B | 9B | 21 | 3B |
| Octal | 165 | 271 | 235 | 45 | 0 | 17 | 33 | 233 | 41 | 73 |
| Binary | 1110101 | 10111001 | 10011101 | 100101 | 0 | 1111 | 11011 | 10011011 | 100001 | 111011 |
Color Harmonies of #75B99D
Complementary color
Monochromatic Colors of #75B99D
Black with #75B99D
Text Example
Text Example
White with #75B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B99D; }
p { color: rgb(117,185,157); }
H1.HeaderClassName
{
color: #75B99D;
}
.AnyTagClassName
{
color: #75B99D;
}
</style>
background-color css
<style>
a { background-color: #75B99D; }
a { background-color: rgb(117,185,157); }
div.DivClassName
{
background-color: #75B99D;
}
.BgClassName
{
background-color: #75B99D;
}
</style>
border-color css
<style>
span { border-color: #75B99D; }
span { border-color: rgb(117,185,157); }
td.TdClassName
{
border-color: #75B99D;
}
.TagClassName
{
border-color: #75B99D;
}
</style>