Shades of Keppel #5FBCA1
Tints of Keppel #5FBCA1
RGB
CMYK
RGB Variations
Color information
#5FBCA1 (or 0x5FBCA1) is known color: Keppel. HEX triplet: 5F, BC and A1. RGB value is (95,188,161). Sum of RGB (Red+Green+Blue) = 95+188+161=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBCA1 is #A0435E. Grayscale: #9D9D9D. Windows color (decimal): -10503007 or 10599519. OLE color: 10599519.
HSL color Cylindrical-coordinate representation of color #5FBCA1: hue angle of 162.58º 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 #5FBCA1 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 161 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.26 |
| HSL | 162.58º | 0.41% | 0.55% | - |
| HSV(B) | 162.58º | 0.49% | 0.74% | - |
| XYZ | 29.14 | 40.97 | 40.09 | - |
| YUV | 157.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 161 | 0.49 | 0 | 0.14 | 0.26 | 162.58 | 0.41 | 0.55 |
| Hex | 5F | BC | A1 | 31 | 0 | E | 1A | A3 | 29 | 37 |
| Octal | 137 | 274 | 241 | 61 | 0 | 16 | 32 | 243 | 51 | 67 |
| Binary | 1011111 | 10111100 | 10100001 | 110001 | 0 | 1110 | 11010 | 10100011 | 101001 | 110111 |
Color Harmonies of #5FBCA1
Complementary color
Monochromatic Colors of #5FBCA1
Black with #5FBCA1
Text Example
Text Example
White with #5FBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCA1; }
p { color: rgb(95,188,161); }
H1.HeaderClassName
{
color: #5FBCA1;
}
.AnyTagClassName
{
color: #5FBCA1;
}
</style>
background-color css
<style>
a { background-color: #5FBCA1; }
a { background-color: rgb(95,188,161); }
div.DivClassName
{
background-color: #5FBCA1;
}
.BgClassName
{
background-color: #5FBCA1;
}
</style>
border-color css
<style>
span { border-color: #5FBCA1; }
span { border-color: rgb(95,188,161); }
td.TdClassName
{
border-color: #5FBCA1;
}
.TagClassName
{
border-color: #5FBCA1;
}
</style>