Shades of Keppel #5CB89F
Tints of Keppel #5CB89F
RGB
CMYK
RGB Variations
Color information
#5CB89F (or 0x5CB89F) is known color: Keppel. HEX triplet: 5C, B8 and 9F. RGB value is (92,184,159). Sum of RGB (Red+Green+Blue) = 92+184+159=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB89F is #A34760. Grayscale: #999999. Windows color (decimal): -10700641 or 10467420. OLE color: 10467420.
HSL color Cylindrical-coordinate representation of color #5CB89F: hue angle of 163.7º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB89F is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 184 | 159 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.28 |
| HSL | 163.7º | 0.39% | 0.54% | - |
| HSV(B) | 163.7º | 0.5% | 0.72% | - |
| XYZ | 27.81 | 39.06 | 38.87 | - |
| YUV | 153.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 159 | 0.50 | 0 | 0.14 | 0.28 | 163.7 | 0.39 | 0.54 |
| Hex | 5C | B8 | 9F | 32 | 0 | E | 1C | A4 | 27 | 36 |
| Octal | 134 | 270 | 237 | 62 | 0 | 16 | 34 | 244 | 47 | 66 |
| Binary | 1011100 | 10111000 | 10011111 | 110010 | 0 | 1110 | 11100 | 10100100 | 100111 | 110110 |
Color Harmonies of #5CB89F
Complementary color
Monochromatic Colors of #5CB89F
Black with #5CB89F
Text Example
Text Example
White with #5CB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB89F; }
p { color: rgb(92,184,159); }
H1.HeaderClassName
{
color: #5CB89F;
}
.AnyTagClassName
{
color: #5CB89F;
}
</style>
background-color css
<style>
a { background-color: #5CB89F; }
a { background-color: rgb(92,184,159); }
div.DivClassName
{
background-color: #5CB89F;
}
.BgClassName
{
background-color: #5CB89F;
}
</style>
border-color css
<style>
span { border-color: #5CB89F; }
span { border-color: rgb(92,184,159); }
td.TdClassName
{
border-color: #5CB89F;
}
.TagClassName
{
border-color: #5CB89F;
}
</style>