Shades of Keppel #61B49D
Tints of Keppel #61B49D
RGB
CMYK
RGB Variations
Color information
#61B49D (or 0x61B49D) is known color: Keppel. HEX triplet: 61, B4 and 9D. RGB value is (97,180,157). Sum of RGB (Red+Green+Blue) = 97+180+157=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #61B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B49D is #9E4B62. Grayscale: #989898. Windows color (decimal): -10373987 or 10335329. OLE color: 10335329.
HSL color Cylindrical-coordinate representation of color #61B49D: hue angle of 163.37º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B49D is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 180 | 157 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.29 |
| HSL | 163.37º | 0.36% | 0.54% | - |
| HSV(B) | 163.37º | 0.46% | 0.71% | - |
| XYZ | 27.34 | 37.62 | 37.72 | - |
| YUV | 152.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 157 | 0.46 | 0 | 0.13 | 0.29 | 163.37 | 0.36 | 0.54 |
| Hex | 61 | B4 | 9D | 2E | 0 | D | 1D | A3 | 24 | 36 |
| Octal | 141 | 264 | 235 | 56 | 0 | 15 | 35 | 243 | 44 | 66 |
| Binary | 1100001 | 10110100 | 10011101 | 101110 | 0 | 1101 | 11101 | 10100011 | 100100 | 110110 |
Color Harmonies of #61B49D
Complementary color
Monochromatic Colors of #61B49D
Black with #61B49D
Text Example
Text Example
White with #61B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B49D; }
p { color: rgb(97,180,157); }
H1.HeaderClassName
{
color: #61B49D;
}
.AnyTagClassName
{
color: #61B49D;
}
</style>
background-color css
<style>
a { background-color: #61B49D; }
a { background-color: rgb(97,180,157); }
div.DivClassName
{
background-color: #61B49D;
}
.BgClassName
{
background-color: #61B49D;
}
</style>
border-color css
<style>
span { border-color: #61B49D; }
span { border-color: rgb(97,180,157); }
td.TdClassName
{
border-color: #61B49D;
}
.TagClassName
{
border-color: #61B49D;
}
</style>