Shades of Acapulco #61A98A
Tints of Acapulco #61A98A
RGB
CMYK
RGB Variations
Color information
#61A98A (or 0x61A98A) is known color: Acapulco. HEX triplet: 61, A9 and 8A. RGB value is (97,169,138). Sum of RGB (Red+Green+Blue) = 97+169+138=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #61A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A98A is #9E5675. Grayscale: #8F8F8F. Windows color (decimal): -10376822 or 9087329. OLE color: 9087329.
HSL color Cylindrical-coordinate representation of color #61A98A: hue angle of 154.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A98A is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 138 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.34 |
| HSL | 154.17º | 0.3% | 0.52% | - |
| HSV(B) | 154.17º | 0.43% | 0.66% | - |
| XYZ | 23.71 | 32.75 | 29.12 | - |
| YUV | 143.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 138 | 0.43 | 0 | 0.18 | 0.34 | 154.17 | 0.3 | 0.52 |
| Hex | 61 | A9 | 8A | 2B | 0 | 12 | 22 | 9A | 1E | 34 |
| Octal | 141 | 251 | 212 | 53 | 0 | 22 | 42 | 232 | 36 | 64 |
| Binary | 1100001 | 10101001 | 10001010 | 101011 | 0 | 10010 | 100010 | 10011010 | 11110 | 110100 |
Color Harmonies of #61A98A
Complementary color
Monochromatic Colors of #61A98A
Black with #61A98A
Text Example
Text Example
White with #61A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A98A; }
p { color: rgb(97,169,138); }
H1.HeaderClassName
{
color: #61A98A;
}
.AnyTagClassName
{
color: #61A98A;
}
</style>
background-color css
<style>
a { background-color: #61A98A; }
a { background-color: rgb(97,169,138); }
div.DivClassName
{
background-color: #61A98A;
}
.BgClassName
{
background-color: #61A98A;
}
</style>
border-color css
<style>
span { border-color: #61A98A; }
span { border-color: rgb(97,169,138); }
td.TdClassName
{
border-color: #61A98A;
}
.TagClassName
{
border-color: #61A98A;
}
</style>