Shades of Acapulco #75A690
Tints of Acapulco #75A690
RGB
CMYK
RGB Variations
Color information
#75A690 (or 0x75A690) is known color: Acapulco. HEX triplet: 75, A6 and 90. RGB value is (117,166,144). Sum of RGB (Red+Green+Blue) = 117+166+144=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #75A690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A690 is #8A596F. Grayscale: #949494. Windows color (decimal): -9066864 or 9479797. OLE color: 9479797.
HSL color Cylindrical-coordinate representation of color #75A690: hue angle of 153.06º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A690 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 144 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.35 |
| HSL | 153.06º | 0.22% | 0.55% | - |
| HSV(B) | 153.06º | 0.3% | 0.65% | - |
| XYZ | 26.01 | 33.07 | 31.4 | - |
| YUV | 148.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 144 | 0.30 | 0 | 0.13 | 0.35 | 153.06 | 0.22 | 0.55 |
| Hex | 75 | A6 | 90 | 1E | 0 | D | 23 | 99 | 16 | 37 |
| Octal | 165 | 246 | 220 | 36 | 0 | 15 | 43 | 231 | 26 | 67 |
| Binary | 1110101 | 10100110 | 10010000 | 11110 | 0 | 1101 | 100011 | 10011001 | 10110 | 110111 |
Color Harmonies of #75A690
Complementary color
Monochromatic Colors of #75A690
Black with #75A690
Text Example
Text Example
White with #75A690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A690; }
p { color: rgb(117,166,144); }
H1.HeaderClassName
{
color: #75A690;
}
.AnyTagClassName
{
color: #75A690;
}
</style>
background-color css
<style>
a { background-color: #75A690; }
a { background-color: rgb(117,166,144); }
div.DivClassName
{
background-color: #75A690;
}
.BgClassName
{
background-color: #75A690;
}
</style>
border-color css
<style>
span { border-color: #75A690; }
span { border-color: rgb(117,166,144); }
td.TdClassName
{
border-color: #75A690;
}
.TagClassName
{
border-color: #75A690;
}
</style>