Shades of Keppel #5BC19C
Tints of Keppel #5BC19C
RGB
CMYK
RGB Variations
Color information
#5BC19C (or 0x5BC19C) is known color: Keppel. HEX triplet: 5B, C1 and 9C. RGB value is (91,193,156). Sum of RGB (Red+Green+Blue) = 91+193+156=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC19C is #A43E63. Grayscale: #9E9E9E. Windows color (decimal): -10763876 or 10273115. OLE color: 10273115.
HSL color Cylindrical-coordinate representation of color #5BC19C: hue angle of 158.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC19C is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 156 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.24 |
| HSL | 158.24º | 0.45% | 0.56% | - |
| HSV(B) | 158.24º | 0.53% | 0.76% | - |
| XYZ | 29.39 | 42.76 | 38.16 | - |
| YUV | 158.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 156 | 0.53 | 0 | 0.19 | 0.24 | 158.24 | 0.45 | 0.56 |
| Hex | 5B | C1 | 9C | 35 | 0 | 13 | 18 | 9E | 2D | 38 |
| Octal | 133 | 301 | 234 | 65 | 0 | 23 | 30 | 236 | 55 | 70 |
| Binary | 1011011 | 11000001 | 10011100 | 110101 | 0 | 10011 | 11000 | 10011110 | 101101 | 111000 |
Color Harmonies of #5BC19C
Complementary color
Monochromatic Colors of #5BC19C
Black with #5BC19C
Text Example
Text Example
White with #5BC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC19C; }
p { color: rgb(91,193,156); }
H1.HeaderClassName
{
color: #5BC19C;
}
.AnyTagClassName
{
color: #5BC19C;
}
</style>
background-color css
<style>
a { background-color: #5BC19C; }
a { background-color: rgb(91,193,156); }
div.DivClassName
{
background-color: #5BC19C;
}
.BgClassName
{
background-color: #5BC19C;
}
</style>
border-color css
<style>
span { border-color: #5BC19C; }
span { border-color: rgb(91,193,156); }
td.TdClassName
{
border-color: #5BC19C;
}
.TagClassName
{
border-color: #5BC19C;
}
</style>