Shades of Acapulco #61A788
Tints of Acapulco #61A788
RGB
CMYK
RGB Variations
Color information
#61A788 (or 0x61A788) is known color: Acapulco. HEX triplet: 61, A7 and 88. RGB value is (97,167,136). Sum of RGB (Red+Green+Blue) = 97+167+136=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #61A788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A788 is #9E5877. Grayscale: #8E8E8E. Windows color (decimal): -10377336 or 8955745. OLE color: 8955745.
HSL color Cylindrical-coordinate representation of color #61A788: hue angle of 153.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A788 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 136 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.35 |
| HSL | 153.43º | 0.28% | 0.52% | - |
| HSV(B) | 153.43º | 0.42% | 0.65% | - |
| XYZ | 23.19 | 31.96 | 28.24 | - |
| YUV | 142.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 136 | 0.42 | 0 | 0.19 | 0.35 | 153.43 | 0.28 | 0.52 |
| Hex | 61 | A7 | 88 | 2A | 0 | 13 | 23 | 99 | 1C | 34 |
| Octal | 141 | 247 | 210 | 52 | 0 | 23 | 43 | 231 | 34 | 64 |
| Binary | 1100001 | 10100111 | 10001000 | 101010 | 0 | 10011 | 100011 | 10011001 | 11100 | 110100 |
Color Harmonies of #61A788
Complementary color
Monochromatic Colors of #61A788
Black with #61A788
Text Example
Text Example
White with #61A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A788; }
p { color: rgb(97,167,136); }
H1.HeaderClassName
{
color: #61A788;
}
.AnyTagClassName
{
color: #61A788;
}
</style>
background-color css
<style>
a { background-color: #61A788; }
a { background-color: rgb(97,167,136); }
div.DivClassName
{
background-color: #61A788;
}
.BgClassName
{
background-color: #61A788;
}
</style>
border-color css
<style>
span { border-color: #61A788; }
span { border-color: rgb(97,167,136); }
td.TdClassName
{
border-color: #61A788;
}
.TagClassName
{
border-color: #61A788;
}
</style>