Shades of Keppel #5FC29B
Tints of Keppel #5FC29B
RGB
CMYK
RGB Variations
Color information
#5FC29B (or 0x5FC29B) is known color: Keppel. HEX triplet: 5F, C2 and 9B. RGB value is (95,194,155). Sum of RGB (Red+Green+Blue) = 95+194+155=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC29B is #A03D64. Grayscale: #A0A0A0. Windows color (decimal): -10501477 or 10207839. OLE color: 10207839.
HSL color Cylindrical-coordinate representation of color #5FC29B: hue angle of 156.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC29B is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 155 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.24 |
| HSL | 156.36º | 0.45% | 0.57% | - |
| HSV(B) | 156.36º | 0.51% | 0.76% | - |
| XYZ | 29.93 | 43.38 | 37.81 | - |
| YUV | 159.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 155 | 0.51 | 0 | 0.20 | 0.24 | 156.36 | 0.45 | 0.57 |
| Hex | 5F | C2 | 9B | 33 | 0 | 14 | 18 | 9C | 2D | 39 |
| Octal | 137 | 302 | 233 | 63 | 0 | 24 | 30 | 234 | 55 | 71 |
| Binary | 1011111 | 11000010 | 10011011 | 110011 | 0 | 10100 | 11000 | 10011100 | 101101 | 111001 |
Color Harmonies of #5FC29B
Complementary color
Monochromatic Colors of #5FC29B
Black with #5FC29B
Text Example
Text Example
White with #5FC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC29B; }
p { color: rgb(95,194,155); }
H1.HeaderClassName
{
color: #5FC29B;
}
.AnyTagClassName
{
color: #5FC29B;
}
</style>
background-color css
<style>
a { background-color: #5FC29B; }
a { background-color: rgb(95,194,155); }
div.DivClassName
{
background-color: #5FC29B;
}
.BgClassName
{
background-color: #5FC29B;
}
</style>
border-color css
<style>
span { border-color: #5FC29B; }
span { border-color: rgb(95,194,155); }
td.TdClassName
{
border-color: #5FC29B;
}
.TagClassName
{
border-color: #5FC29B;
}
</style>