Shades of Keppel #5FB29B
Tints of Keppel #5FB29B
RGB
CMYK
RGB Variations
Color information
#5FB29B (or 0x5FB29B) is known color: Keppel. HEX triplet: 5F, B2 and 9B. RGB value is (95,178,155). Sum of RGB (Red+Green+Blue) = 95+178+155=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB29B is #A04D64. Grayscale: #969696. Windows color (decimal): -10505573 or 10203743. OLE color: 10203743.
HSL color Cylindrical-coordinate representation of color #5FB29B: hue angle of 163.37º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB29B is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 178 | 155 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.30 |
| HSL | 163.37º | 0.35% | 0.54% | - |
| HSV(B) | 163.37º | 0.47% | 0.7% | - |
| XYZ | 26.56 | 36.64 | 36.68 | - |
| YUV | 150.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 178 | 155 | 0.47 | 0 | 0.13 | 0.30 | 163.37 | 0.35 | 0.54 |
| Hex | 5F | B2 | 9B | 2F | 0 | D | 1E | A3 | 23 | 36 |
| Octal | 137 | 262 | 233 | 57 | 0 | 15 | 36 | 243 | 43 | 66 |
| Binary | 1011111 | 10110010 | 10011011 | 101111 | 0 | 1101 | 11110 | 10100011 | 100011 | 110110 |
Color Harmonies of #5FB29B
Complementary color
Monochromatic Colors of #5FB29B
Black with #5FB29B
Text Example
Text Example
White with #5FB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB29B; }
p { color: rgb(95,178,155); }
H1.HeaderClassName
{
color: #5FB29B;
}
.AnyTagClassName
{
color: #5FB29B;
}
</style>
background-color css
<style>
a { background-color: #5FB29B; }
a { background-color: rgb(95,178,155); }
div.DivClassName
{
background-color: #5FB29B;
}
.BgClassName
{
background-color: #5FB29B;
}
</style>
border-color css
<style>
span { border-color: #5FB29B; }
span { border-color: rgb(95,178,155); }
td.TdClassName
{
border-color: #5FB29B;
}
.TagClassName
{
border-color: #5FB29B;
}
</style>