Shades of Keppel #5CB18F
Tints of Keppel #5CB18F
RGB
CMYK
RGB Variations
Color information
#5CB18F (or 0x5CB18F) is known color: Keppel. HEX triplet: 5C, B1 and 8F. RGB value is (92,177,143). Sum of RGB (Red+Green+Blue) = 92+177+143=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB18F is #A34E70. Grayscale: #939393. Windows color (decimal): -10702449 or 9417052. OLE color: 9417052.
HSL color Cylindrical-coordinate representation of color #5CB18F: hue angle of 156º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB18F is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 143 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.31 |
| HSL | 156º | 0.35% | 0.53% | - |
| HSV(B) | 156º | 0.48% | 0.69% | - |
| XYZ | 25.09 | 35.7 | 31.56 | - |
| YUV | 147.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 143 | 0.48 | 0 | 0.19 | 0.31 | 156 | 0.35 | 0.53 |
| Hex | 5C | B1 | 8F | 30 | 0 | 13 | 1F | 9C | 23 | 35 |
| Octal | 134 | 261 | 217 | 60 | 0 | 23 | 37 | 234 | 43 | 65 |
| Binary | 1011100 | 10110001 | 10001111 | 110000 | 0 | 10011 | 11111 | 10011100 | 100011 | 110101 |
Color Harmonies of #5CB18F
Complementary color
Monochromatic Colors of #5CB18F
Black with #5CB18F
Text Example
Text Example
White with #5CB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB18F; }
p { color: rgb(92,177,143); }
H1.HeaderClassName
{
color: #5CB18F;
}
.AnyTagClassName
{
color: #5CB18F;
}
</style>
background-color css
<style>
a { background-color: #5CB18F; }
a { background-color: rgb(92,177,143); }
div.DivClassName
{
background-color: #5CB18F;
}
.BgClassName
{
background-color: #5CB18F;
}
</style>
border-color css
<style>
span { border-color: #5CB18F; }
span { border-color: rgb(92,177,143); }
td.TdClassName
{
border-color: #5CB18F;
}
.TagClassName
{
border-color: #5CB18F;
}
</style>