Shades of Keppel #5CBC9F
Tints of Keppel #5CBC9F
RGB
CMYK
RGB Variations
Color information
#5CBC9F (or 0x5CBC9F) is known color: Keppel. HEX triplet: 5C, BC and 9F. RGB value is (92,188,159). Sum of RGB (Red+Green+Blue) = 92+188+159=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBC9F is #A34360. Grayscale: #9C9C9C. Windows color (decimal): -10699617 or 10468444. OLE color: 10468444.
HSL color Cylindrical-coordinate representation of color #5CBC9F: hue angle of 161.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC9F is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 159 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.26 |
| HSL | 161.88º | 0.42% | 0.55% | - |
| HSV(B) | 161.88º | 0.51% | 0.74% | - |
| XYZ | 28.65 | 40.74 | 39.16 | - |
| YUV | 155.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 159 | 0.51 | 0 | 0.15 | 0.26 | 161.88 | 0.42 | 0.55 |
| Hex | 5C | BC | 9F | 33 | 0 | F | 1A | A2 | 2A | 37 |
| Octal | 134 | 274 | 237 | 63 | 0 | 17 | 32 | 242 | 52 | 67 |
| Binary | 1011100 | 10111100 | 10011111 | 110011 | 0 | 1111 | 11010 | 10100010 | 101010 | 110111 |
Color Harmonies of #5CBC9F
Complementary color
Monochromatic Colors of #5CBC9F
Black with #5CBC9F
Text Example
Text Example
White with #5CBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC9F; }
p { color: rgb(92,188,159); }
H1.HeaderClassName
{
color: #5CBC9F;
}
.AnyTagClassName
{
color: #5CBC9F;
}
</style>
background-color css
<style>
a { background-color: #5CBC9F; }
a { background-color: rgb(92,188,159); }
div.DivClassName
{
background-color: #5CBC9F;
}
.BgClassName
{
background-color: #5CBC9F;
}
</style>
border-color css
<style>
span { border-color: #5CBC9F; }
span { border-color: rgb(92,188,159); }
td.TdClassName
{
border-color: #5CBC9F;
}
.TagClassName
{
border-color: #5CBC9F;
}
</style>