Shades of Acapulco #75AB9A
Tints of Acapulco #75AB9A
RGB
CMYK
RGB Variations
Color information
#75AB9A (or 0x75AB9A) is known color: Acapulco. HEX triplet: 75, AB and 9A. RGB value is (117,171,154). Sum of RGB (Red+Green+Blue) = 117+171+154=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AB9A is #8A5465. Grayscale: #989898. Windows color (decimal): -9065574 or 10136437. OLE color: 10136437.
HSL color Cylindrical-coordinate representation of color #75AB9A: hue angle of 161.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AB9A is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 154 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.33 |
| HSL | 161.11º | 0.24% | 0.56% | - |
| HSV(B) | 161.11º | 0.32% | 0.67% | - |
| XYZ | 27.73 | 35.24 | 35.91 | - |
| YUV | 152.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 154 | 0.32 | 0 | 0.10 | 0.33 | 161.11 | 0.24 | 0.56 |
| Hex | 75 | AB | 9A | 20 | 0 | A | 21 | A1 | 18 | 38 |
| Octal | 165 | 253 | 232 | 40 | 0 | 12 | 41 | 241 | 30 | 70 |
| Binary | 1110101 | 10101011 | 10011010 | 100000 | 0 | 1010 | 100001 | 10100001 | 11000 | 111000 |
Color Harmonies of #75AB9A
Complementary color
Monochromatic Colors of #75AB9A
Black with #75AB9A
Text Example
Text Example
White with #75AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB9A; }
p { color: rgb(117,171,154); }
H1.HeaderClassName
{
color: #75AB9A;
}
.AnyTagClassName
{
color: #75AB9A;
}
</style>
background-color css
<style>
a { background-color: #75AB9A; }
a { background-color: rgb(117,171,154); }
div.DivClassName
{
background-color: #75AB9A;
}
.BgClassName
{
background-color: #75AB9A;
}
</style>
border-color css
<style>
span { border-color: #75AB9A; }
span { border-color: rgb(117,171,154); }
td.TdClassName
{
border-color: #75AB9A;
}
.TagClassName
{
border-color: #75AB9A;
}
</style>