Shades of Acapulco #75B39D
Tints of Acapulco #75B39D
RGB
CMYK
RGB Variations
Color information
#75B39D (or 0x75B39D) is known color: Acapulco. HEX triplet: 75, B3 and 9D. RGB value is (117,179,157). Sum of RGB (Red+Green+Blue) = 117+179+157=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #75B39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B39D is #8A4C62. Grayscale: #9D9D9D. Windows color (decimal): -9063523 or 10335093. OLE color: 10335093.
HSL color Cylindrical-coordinate representation of color #75B39D: hue angle of 158.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B39D is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 157 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.30 |
| HSL | 158.71º | 0.29% | 0.58% | - |
| HSV(B) | 158.71º | 0.35% | 0.7% | - |
| XYZ | 29.54 | 38.46 | 37.76 | - |
| YUV | 157.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 157 | 0.35 | 0 | 0.12 | 0.30 | 158.71 | 0.29 | 0.58 |
| Hex | 75 | B3 | 9D | 23 | 0 | C | 1E | 9F | 1D | 3A |
| Octal | 165 | 263 | 235 | 43 | 0 | 14 | 36 | 237 | 35 | 72 |
| Binary | 1110101 | 10110011 | 10011101 | 100011 | 0 | 1100 | 11110 | 10011111 | 11101 | 111010 |
Color Harmonies of #75B39D
Complementary color
Monochromatic Colors of #75B39D
Black with #75B39D
Text Example
Text Example
White with #75B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B39D; }
p { color: rgb(117,179,157); }
H1.HeaderClassName
{
color: #75B39D;
}
.AnyTagClassName
{
color: #75B39D;
}
</style>
background-color css
<style>
a { background-color: #75B39D; }
a { background-color: rgb(117,179,157); }
div.DivClassName
{
background-color: #75B39D;
}
.BgClassName
{
background-color: #75B39D;
}
</style>
border-color css
<style>
span { border-color: #75B39D; }
span { border-color: rgb(117,179,157); }
td.TdClassName
{
border-color: #75B39D;
}
.TagClassName
{
border-color: #75B39D;
}
</style>