Shades of Keppel #5CB99D
Tints of Keppel #5CB99D
RGB
CMYK
RGB Variations
Color information
#5CB99D (or 0x5CB99D) is known color: Keppel. HEX triplet: 5C, B9 and 9D. RGB value is (92,185,157). Sum of RGB (Red+Green+Blue) = 92+185+157=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB99D is #A34662. Grayscale: #9A9A9A. Windows color (decimal): -10700387 or 10336604. OLE color: 10336604.
HSL color Cylindrical-coordinate representation of color #5CB99D: hue angle of 161.94º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB99D is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 185 | 157 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.27 |
| HSL | 161.94º | 0.4% | 0.54% | - |
| HSV(B) | 161.94º | 0.5% | 0.73% | - |
| XYZ | 27.85 | 39.41 | 38.04 | - |
| YUV | 154 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 157 | 0.50 | 0 | 0.15 | 0.27 | 161.94 | 0.4 | 0.54 |
| Hex | 5C | B9 | 9D | 32 | 0 | F | 1B | A2 | 28 | 36 |
| Octal | 134 | 271 | 235 | 62 | 0 | 17 | 33 | 242 | 50 | 66 |
| Binary | 1011100 | 10111001 | 10011101 | 110010 | 0 | 1111 | 11011 | 10100010 | 101000 | 110110 |
Color Harmonies of #5CB99D
Complementary color
Monochromatic Colors of #5CB99D
Black with #5CB99D
Text Example
Text Example
White with #5CB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB99D; }
p { color: rgb(92,185,157); }
H1.HeaderClassName
{
color: #5CB99D;
}
.AnyTagClassName
{
color: #5CB99D;
}
</style>
background-color css
<style>
a { background-color: #5CB99D; }
a { background-color: rgb(92,185,157); }
div.DivClassName
{
background-color: #5CB99D;
}
.BgClassName
{
background-color: #5CB99D;
}
</style>
border-color css
<style>
span { border-color: #5CB99D; }
span { border-color: rgb(92,185,157); }
td.TdClassName
{
border-color: #5CB99D;
}
.TagClassName
{
border-color: #5CB99D;
}
</style>