Shades of Acapulco #71B398
Tints of Acapulco #71B398
RGB
CMYK
RGB Variations
Color information
#71B398 (or 0x71B398) is known color: Acapulco. HEX triplet: 71, B3 and 98. RGB value is (113,179,152). Sum of RGB (Red+Green+Blue) = 113+179+152=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #71B398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B398 is #8E4C67. Grayscale: #9C9C9C. Windows color (decimal): -9325672 or 10007409. OLE color: 10007409.
HSL color Cylindrical-coordinate representation of color #71B398: hue angle of 155.45º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B398 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 152 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.30 |
| HSL | 155.45º | 0.3% | 0.57% | - |
| HSV(B) | 155.45º | 0.37% | 0.7% | - |
| XYZ | 28.6 | 38.02 | 35.54 | - |
| YUV | 156.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 152 | 0.37 | 0 | 0.15 | 0.30 | 155.45 | 0.3 | 0.57 |
| Hex | 71 | B3 | 98 | 25 | 0 | F | 1E | 9B | 1E | 39 |
| Octal | 161 | 263 | 230 | 45 | 0 | 17 | 36 | 233 | 36 | 71 |
| Binary | 1110001 | 10110011 | 10011000 | 100101 | 0 | 1111 | 11110 | 10011011 | 11110 | 111001 |
Color Harmonies of #71B398
Complementary color
Monochromatic Colors of #71B398
Black with #71B398
Text Example
Text Example
White with #71B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B398; }
p { color: rgb(113,179,152); }
H1.HeaderClassName
{
color: #71B398;
}
.AnyTagClassName
{
color: #71B398;
}
</style>
background-color css
<style>
a { background-color: #71B398; }
a { background-color: rgb(113,179,152); }
div.DivClassName
{
background-color: #71B398;
}
.BgClassName
{
background-color: #71B398;
}
</style>
border-color css
<style>
span { border-color: #71B398; }
span { border-color: rgb(113,179,152); }
td.TdClassName
{
border-color: #71B398;
}
.TagClassName
{
border-color: #71B398;
}
</style>