Shades of Acapulco #75A58F
Tints of Acapulco #75A58F
RGB
CMYK
RGB Variations
Color information
#75A58F (or 0x75A58F) is known color: Acapulco. HEX triplet: 75, A5 and 8F. RGB value is (117,165,143). Sum of RGB (Red+Green+Blue) = 117+165+143=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #75A58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A58F is #8A5A70. Grayscale: #949494. Windows color (decimal): -9067121 or 9414005. OLE color: 9414005.
HSL color Cylindrical-coordinate representation of color #75A58F: hue angle of 152.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A58F is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 165 | 143 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.35 |
| HSL | 152.5º | 0.21% | 0.55% | - |
| HSV(B) | 152.5º | 0.29% | 0.65% | - |
| XYZ | 25.75 | 32.68 | 30.94 | - |
| YUV | 148.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 165 | 143 | 0.29 | 0 | 0.13 | 0.35 | 152.5 | 0.21 | 0.55 |
| Hex | 75 | A5 | 8F | 1D | 0 | D | 23 | 98 | 15 | 37 |
| Octal | 165 | 245 | 217 | 35 | 0 | 15 | 43 | 230 | 25 | 67 |
| Binary | 1110101 | 10100101 | 10001111 | 11101 | 0 | 1101 | 100011 | 10011000 | 10101 | 110111 |
Color Harmonies of #75A58F
Complementary color
Monochromatic Colors of #75A58F
Black with #75A58F
Text Example
Text Example
White with #75A58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A58F; }
p { color: rgb(117,165,143); }
H1.HeaderClassName
{
color: #75A58F;
}
.AnyTagClassName
{
color: #75A58F;
}
</style>
background-color css
<style>
a { background-color: #75A58F; }
a { background-color: rgb(117,165,143); }
div.DivClassName
{
background-color: #75A58F;
}
.BgClassName
{
background-color: #75A58F;
}
</style>
border-color css
<style>
span { border-color: #75A58F; }
span { border-color: rgb(117,165,143); }
td.TdClassName
{
border-color: #75A58F;
}
.TagClassName
{
border-color: #75A58F;
}
</style>