Shades of Keppel #61BD9B
Tints of Keppel #61BD9B
RGB
CMYK
RGB Variations
Color information
#61BD9B (or 0x61BD9B) is known color: Keppel. HEX triplet: 61, BD and 9B. RGB value is (97,189,155). Sum of RGB (Red+Green+Blue) = 97+189+155=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BD9B is #9E4264. Grayscale: #9D9D9D. Windows color (decimal): -10371685 or 10206561. OLE color: 10206561.
HSL color Cylindrical-coordinate representation of color #61BD9B: hue angle of 157.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BD9B is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 155 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.26 |
| HSL | 157.83º | 0.41% | 0.56% | - |
| HSV(B) | 157.83º | 0.49% | 0.74% | - |
| XYZ | 29.04 | 41.3 | 37.45 | - |
| YUV | 157.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 155 | 0.49 | 0 | 0.18 | 0.26 | 157.83 | 0.41 | 0.56 |
| Hex | 61 | BD | 9B | 31 | 0 | 12 | 1A | 9E | 29 | 38 |
| Octal | 141 | 275 | 233 | 61 | 0 | 22 | 32 | 236 | 51 | 70 |
| Binary | 1100001 | 10111101 | 10011011 | 110001 | 0 | 10010 | 11010 | 10011110 | 101001 | 111000 |
Color Harmonies of #61BD9B
Complementary color
Monochromatic Colors of #61BD9B
Black with #61BD9B
Text Example
Text Example
White with #61BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD9B; }
p { color: rgb(97,189,155); }
H1.HeaderClassName
{
color: #61BD9B;
}
.AnyTagClassName
{
color: #61BD9B;
}
</style>
background-color css
<style>
a { background-color: #61BD9B; }
a { background-color: rgb(97,189,155); }
div.DivClassName
{
background-color: #61BD9B;
}
.BgClassName
{
background-color: #61BD9B;
}
</style>
border-color css
<style>
span { border-color: #61BD9B; }
span { border-color: rgb(97,189,155); }
td.TdClassName
{
border-color: #61BD9B;
}
.TagClassName
{
border-color: #61BD9B;
}
</style>