Shades of Keppel #5FBC9B
Tints of Keppel #5FBC9B
RGB
CMYK
RGB Variations
Color information
#5FBC9B (or 0x5FBC9B) is known color: Keppel. HEX triplet: 5F, BC and 9B. RGB value is (95,188,155). Sum of RGB (Red+Green+Blue) = 95+188+155=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBC9B is #A04364. Grayscale: #9C9C9C. Windows color (decimal): -10503013 or 10206303. OLE color: 10206303.
HSL color Cylindrical-coordinate representation of color #5FBC9B: hue angle of 158.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC9B is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 155 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.26 |
| HSL | 158.71º | 0.41% | 0.55% | - |
| HSV(B) | 158.71º | 0.49% | 0.74% | - |
| XYZ | 28.62 | 40.77 | 37.37 | - |
| YUV | 156.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 155 | 0.49 | 0 | 0.18 | 0.26 | 158.71 | 0.41 | 0.55 |
| Hex | 5F | BC | 9B | 31 | 0 | 12 | 1A | 9F | 29 | 37 |
| Octal | 137 | 274 | 233 | 61 | 0 | 22 | 32 | 237 | 51 | 67 |
| Binary | 1011111 | 10111100 | 10011011 | 110001 | 0 | 10010 | 11010 | 10011111 | 101001 | 110111 |
Color Harmonies of #5FBC9B
Complementary color
Monochromatic Colors of #5FBC9B
Black with #5FBC9B
Text Example
Text Example
White with #5FBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC9B; }
p { color: rgb(95,188,155); }
H1.HeaderClassName
{
color: #5FBC9B;
}
.AnyTagClassName
{
color: #5FBC9B;
}
</style>
background-color css
<style>
a { background-color: #5FBC9B; }
a { background-color: rgb(95,188,155); }
div.DivClassName
{
background-color: #5FBC9B;
}
.BgClassName
{
background-color: #5FBC9B;
}
</style>
border-color css
<style>
span { border-color: #5FBC9B; }
span { border-color: rgb(95,188,155); }
td.TdClassName
{
border-color: #5FBC9B;
}
.TagClassName
{
border-color: #5FBC9B;
}
</style>