Shades of Keppel #61B9A1
Tints of Keppel #61B9A1
RGB
CMYK
RGB Variations
Color information
#61B9A1 (or 0x61B9A1) is known color: Keppel. HEX triplet: 61, B9 and A1. RGB value is (97,185,161). Sum of RGB (Red+Green+Blue) = 97+185+161=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #61B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B9A1 is #9E465E. Grayscale: #9B9B9B. Windows color (decimal): -10372703 or 10598753. OLE color: 10598753.
HSL color Cylindrical-coordinate representation of color #61B9A1: hue angle of 163.64º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B9A1 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 185 | 161 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.27 |
| HSL | 163.64º | 0.39% | 0.55% | - |
| HSV(B) | 163.64º | 0.48% | 0.73% | - |
| XYZ | 28.71 | 39.81 | 39.89 | - |
| YUV | 155.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 185 | 161 | 0.48 | 0 | 0.13 | 0.27 | 163.64 | 0.39 | 0.55 |
| Hex | 61 | B9 | A1 | 30 | 0 | D | 1B | A4 | 27 | 37 |
| Octal | 141 | 271 | 241 | 60 | 0 | 15 | 33 | 244 | 47 | 67 |
| Binary | 1100001 | 10111001 | 10100001 | 110000 | 0 | 1101 | 11011 | 10100100 | 100111 | 110111 |
Color Harmonies of #61B9A1
Complementary color
Monochromatic Colors of #61B9A1
Black with #61B9A1
Text Example
Text Example
White with #61B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B9A1; }
p { color: rgb(97,185,161); }
H1.HeaderClassName
{
color: #61B9A1;
}
.AnyTagClassName
{
color: #61B9A1;
}
</style>
background-color css
<style>
a { background-color: #61B9A1; }
a { background-color: rgb(97,185,161); }
div.DivClassName
{
background-color: #61B9A1;
}
.BgClassName
{
background-color: #61B9A1;
}
</style>
border-color css
<style>
span { border-color: #61B9A1; }
span { border-color: rgb(97,185,161); }
td.TdClassName
{
border-color: #61B9A1;
}
.TagClassName
{
border-color: #61B9A1;
}
</style>