Shades of Keppel #5CC29B
Tints of Keppel #5CC29B
RGB
CMYK
RGB Variations
Color information
#5CC29B (or 0x5CC29B) is known color: Keppel. HEX triplet: 5C, C2 and 9B. RGB value is (92,194,155). Sum of RGB (Red+Green+Blue) = 92+194+155=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC29B is #A33D64. Grayscale: #9F9F9F. Windows color (decimal): -10698085 or 10207836. OLE color: 10207836.
HSL color Cylindrical-coordinate representation of color #5CC29B: hue angle of 157.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC29B is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 155 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.24 |
| HSL | 157.06º | 0.46% | 0.56% | - |
| HSV(B) | 157.06º | 0.53% | 0.76% | - |
| XYZ | 29.62 | 43.23 | 37.79 | - |
| YUV | 159.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 155 | 0.53 | 0 | 0.20 | 0.24 | 157.06 | 0.46 | 0.56 |
| Hex | 5C | C2 | 9B | 35 | 0 | 14 | 18 | 9D | 2E | 38 |
| Octal | 134 | 302 | 233 | 65 | 0 | 24 | 30 | 235 | 56 | 70 |
| Binary | 1011100 | 11000010 | 10011011 | 110101 | 0 | 10100 | 11000 | 10011101 | 101110 | 111000 |
Color Harmonies of #5CC29B
Complementary color
Monochromatic Colors of #5CC29B
Black with #5CC29B
Text Example
Text Example
White with #5CC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC29B; }
p { color: rgb(92,194,155); }
H1.HeaderClassName
{
color: #5CC29B;
}
.AnyTagClassName
{
color: #5CC29B;
}
</style>
background-color css
<style>
a { background-color: #5CC29B; }
a { background-color: rgb(92,194,155); }
div.DivClassName
{
background-color: #5CC29B;
}
.BgClassName
{
background-color: #5CC29B;
}
</style>
border-color css
<style>
span { border-color: #5CC29B; }
span { border-color: rgb(92,194,155); }
td.TdClassName
{
border-color: #5CC29B;
}
.TagClassName
{
border-color: #5CC29B;
}
</style>