Shades of Keppel #5CB29C
Tints of Keppel #5CB29C
RGB
CMYK
RGB Variations
Color information
#5CB29C (or 0x5CB29C) is known color: Keppel. HEX triplet: 5C, B2 and 9C. RGB value is (92,178,156). Sum of RGB (Red+Green+Blue) = 92+178+156=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB29C is #A34D63. Grayscale: #959595. Windows color (decimal): -10702180 or 10269276. OLE color: 10269276.
HSL color Cylindrical-coordinate representation of color #5CB29C: hue angle of 164.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB29C is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 178 | 156 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.30 |
| HSL | 164.65º | 0.36% | 0.53% | - |
| HSV(B) | 164.65º | 0.48% | 0.7% | - |
| XYZ | 26.33 | 36.52 | 37.11 | - |
| YUV | 149.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 156 | 0.48 | 0 | 0.12 | 0.30 | 164.65 | 0.36 | 0.53 |
| Hex | 5C | B2 | 9C | 30 | 0 | C | 1E | A5 | 24 | 35 |
| Octal | 134 | 262 | 234 | 60 | 0 | 14 | 36 | 245 | 44 | 65 |
| Binary | 1011100 | 10110010 | 10011100 | 110000 | 0 | 1100 | 11110 | 10100101 | 100100 | 110101 |
Color Harmonies of #5CB29C
Complementary color
Monochromatic Colors of #5CB29C
Black with #5CB29C
Text Example
Text Example
White with #5CB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB29C; }
p { color: rgb(92,178,156); }
H1.HeaderClassName
{
color: #5CB29C;
}
.AnyTagClassName
{
color: #5CB29C;
}
</style>
background-color css
<style>
a { background-color: #5CB29C; }
a { background-color: rgb(92,178,156); }
div.DivClassName
{
background-color: #5CB29C;
}
.BgClassName
{
background-color: #5CB29C;
}
</style>
border-color css
<style>
span { border-color: #5CB29C; }
span { border-color: rgb(92,178,156); }
td.TdClassName
{
border-color: #5CB29C;
}
.TagClassName
{
border-color: #5CB29C;
}
</style>