Shades of Keppel #61BBA1
Tints of Keppel #61BBA1
RGB
CMYK
RGB Variations
Color information
#61BBA1 (or 0x61BBA1) is known color: Keppel. HEX triplet: 61, BB and A1. RGB value is (97,187,161). Sum of RGB (Red+Green+Blue) = 97+187+161=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBA1 is #9E445E. Grayscale: #9D9D9D. Windows color (decimal): -10372191 or 10599265. OLE color: 10599265.
HSL color Cylindrical-coordinate representation of color #61BBA1: hue angle of 162.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BBA1 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 161 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.27 |
| HSL | 162.67º | 0.4% | 0.56% | - |
| HSV(B) | 162.67º | 0.48% | 0.73% | - |
| XYZ | 29.13 | 40.66 | 40.03 | - |
| YUV | 157.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 161 | 0.48 | 0 | 0.14 | 0.27 | 162.67 | 0.4 | 0.56 |
| Hex | 61 | BB | A1 | 30 | 0 | E | 1B | A3 | 28 | 38 |
| Octal | 141 | 273 | 241 | 60 | 0 | 16 | 33 | 243 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10100001 | 110000 | 0 | 1110 | 11011 | 10100011 | 101000 | 111000 |
Color Harmonies of #61BBA1
Complementary color
Monochromatic Colors of #61BBA1
Black with #61BBA1
Text Example
Text Example
White with #61BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBA1; }
p { color: rgb(97,187,161); }
H1.HeaderClassName
{
color: #61BBA1;
}
.AnyTagClassName
{
color: #61BBA1;
}
</style>
background-color css
<style>
a { background-color: #61BBA1; }
a { background-color: rgb(97,187,161); }
div.DivClassName
{
background-color: #61BBA1;
}
.BgClassName
{
background-color: #61BBA1;
}
</style>
border-color css
<style>
span { border-color: #61BBA1; }
span { border-color: rgb(97,187,161); }
td.TdClassName
{
border-color: #61BBA1;
}
.TagClassName
{
border-color: #61BBA1;
}
</style>