Shades of Keppel #5FBBA1
Tints of Keppel #5FBBA1
RGB
CMYK
RGB Variations
Color information
#5FBBA1 (or 0x5FBBA1) is known color: Keppel. HEX triplet: 5F, BB and A1. RGB value is (95,187,161). Sum of RGB (Red+Green+Blue) = 95+187+161=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBBA1 is #A0445E. Grayscale: #9C9C9C. Windows color (decimal): -10503263 or 10599263. OLE color: 10599263.
HSL color Cylindrical-coordinate representation of color #5FBBA1: hue angle of 163.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBBA1 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 187 | 161 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.27 |
| HSL | 163.04º | 0.4% | 0.55% | - |
| HSV(B) | 163.04º | 0.49% | 0.73% | - |
| XYZ | 28.92 | 40.55 | 40.02 | - |
| YUV | 156.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 161 | 0.49 | 0 | 0.14 | 0.27 | 163.04 | 0.4 | 0.55 |
| Hex | 5F | BB | A1 | 31 | 0 | E | 1B | A3 | 28 | 37 |
| Octal | 137 | 273 | 241 | 61 | 0 | 16 | 33 | 243 | 50 | 67 |
| Binary | 1011111 | 10111011 | 10100001 | 110001 | 0 | 1110 | 11011 | 10100011 | 101000 | 110111 |
Color Harmonies of #5FBBA1
Complementary color
Monochromatic Colors of #5FBBA1
Black with #5FBBA1
Text Example
Text Example
White with #5FBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBBA1; }
p { color: rgb(95,187,161); }
H1.HeaderClassName
{
color: #5FBBA1;
}
.AnyTagClassName
{
color: #5FBBA1;
}
</style>
background-color css
<style>
a { background-color: #5FBBA1; }
a { background-color: rgb(95,187,161); }
div.DivClassName
{
background-color: #5FBBA1;
}
.BgClassName
{
background-color: #5FBBA1;
}
</style>
border-color css
<style>
span { border-color: #5FBBA1; }
span { border-color: rgb(95,187,161); }
td.TdClassName
{
border-color: #5FBBA1;
}
.TagClassName
{
border-color: #5FBBA1;
}
</style>