Shades of Keppel #5FB0A1
Tints of Keppel #5FB0A1
RGB
CMYK
RGB Variations
Color information
#5FB0A1 (or 0x5FB0A1) is known color: Keppel. HEX triplet: 5F, B0 and A1. RGB value is (95,176,161). Sum of RGB (Red+Green+Blue) = 95+176+161=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB0A1 is #A04F5E. Grayscale: #969696. Windows color (decimal): -10506079 or 10596447. OLE color: 10596447.
HSL color Cylindrical-coordinate representation of color #5FB0A1: hue angle of 168.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB0A1 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 161 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.31 |
| HSL | 168.89º | 0.34% | 0.53% | - |
| HSV(B) | 168.89º | 0.46% | 0.69% | - |
| XYZ | 26.68 | 36.06 | 39.27 | - |
| YUV | 150.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 161 | 0.46 | 0 | 0.09 | 0.31 | 168.89 | 0.34 | 0.53 |
| Hex | 5F | B0 | A1 | 2E | 0 | 9 | 1F | A9 | 22 | 35 |
| Octal | 137 | 260 | 241 | 56 | 0 | 11 | 37 | 251 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10100001 | 101110 | 0 | 1001 | 11111 | 10101001 | 100010 | 110101 |
Color Harmonies of #5FB0A1
Complementary color
Monochromatic Colors of #5FB0A1
Black with #5FB0A1
Text Example
Text Example
White with #5FB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB0A1; }
p { color: rgb(95,176,161); }
H1.HeaderClassName
{
color: #5FB0A1;
}
.AnyTagClassName
{
color: #5FB0A1;
}
</style>
background-color css
<style>
a { background-color: #5FB0A1; }
a { background-color: rgb(95,176,161); }
div.DivClassName
{
background-color: #5FB0A1;
}
.BgClassName
{
background-color: #5FB0A1;
}
</style>
border-color css
<style>
span { border-color: #5FB0A1; }
span { border-color: rgb(95,176,161); }
td.TdClassName
{
border-color: #5FB0A1;
}
.TagClassName
{
border-color: #5FB0A1;
}
</style>