Shades of Keppel #61BA9A
Tints of Keppel #61BA9A
RGB
CMYK
RGB Variations
Color information
#61BA9A (or 0x61BA9A) is known color: Keppel. HEX triplet: 61, BA and 9A. RGB value is (97,186,154). Sum of RGB (Red+Green+Blue) = 97+186+154=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA9A is #9E4565. Grayscale: #9B9B9B. Windows color (decimal): -10372454 or 10140257. OLE color: 10140257.
HSL color Cylindrical-coordinate representation of color #61BA9A: hue angle of 158.43º 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 #61BA9A is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 154 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.27 |
| HSL | 158.43º | 0.39% | 0.55% | - |
| HSV(B) | 158.43º | 0.48% | 0.73% | - |
| XYZ | 28.32 | 39.99 | 36.8 | - |
| YUV | 155.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 154 | 0.48 | 0 | 0.17 | 0.27 | 158.43 | 0.39 | 0.55 |
| Hex | 61 | BA | 9A | 30 | 0 | 11 | 1B | 9E | 27 | 37 |
| Octal | 141 | 272 | 232 | 60 | 0 | 21 | 33 | 236 | 47 | 67 |
| Binary | 1100001 | 10111010 | 10011010 | 110000 | 0 | 10001 | 11011 | 10011110 | 100111 | 110111 |
Color Harmonies of #61BA9A
Complementary color
Monochromatic Colors of #61BA9A
Black with #61BA9A
Text Example
Text Example
White with #61BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA9A; }
p { color: rgb(97,186,154); }
H1.HeaderClassName
{
color: #61BA9A;
}
.AnyTagClassName
{
color: #61BA9A;
}
</style>
background-color css
<style>
a { background-color: #61BA9A; }
a { background-color: rgb(97,186,154); }
div.DivClassName
{
background-color: #61BA9A;
}
.BgClassName
{
background-color: #61BA9A;
}
</style>
border-color css
<style>
span { border-color: #61BA9A; }
span { border-color: rgb(97,186,154); }
td.TdClassName
{
border-color: #61BA9A;
}
.TagClassName
{
border-color: #61BA9A;
}
</style>