Shades of Keppel #5FB08F
Tints of Keppel #5FB08F
RGB
CMYK
RGB Variations
Color information
#5FB08F (or 0x5FB08F) is known color: Keppel. HEX triplet: 5F, B0 and 8F. RGB value is (95,176,143). Sum of RGB (Red+Green+Blue) = 95+176+143=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB08F is #A04F70. Grayscale: #949494. Windows color (decimal): -10506097 or 9416799. OLE color: 9416799.
HSL color Cylindrical-coordinate representation of color #5FB08F: hue angle of 155.56º 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 #5FB08F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 143 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.31 |
| HSL | 155.56º | 0.34% | 0.53% | - |
| HSV(B) | 155.56º | 0.46% | 0.69% | - |
| XYZ | 25.2 | 35.47 | 31.5 | - |
| YUV | 148.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 143 | 0.46 | 0 | 0.19 | 0.31 | 155.56 | 0.34 | 0.53 |
| Hex | 5F | B0 | 8F | 2E | 0 | 13 | 1F | 9C | 22 | 35 |
| Octal | 137 | 260 | 217 | 56 | 0 | 23 | 37 | 234 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10001111 | 101110 | 0 | 10011 | 11111 | 10011100 | 100010 | 110101 |
Color Harmonies of #5FB08F
Complementary color
Monochromatic Colors of #5FB08F
Black with #5FB08F
Text Example
Text Example
White with #5FB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB08F; }
p { color: rgb(95,176,143); }
H1.HeaderClassName
{
color: #5FB08F;
}
.AnyTagClassName
{
color: #5FB08F;
}
</style>
background-color css
<style>
a { background-color: #5FB08F; }
a { background-color: rgb(95,176,143); }
div.DivClassName
{
background-color: #5FB08F;
}
.BgClassName
{
background-color: #5FB08F;
}
</style>
border-color css
<style>
span { border-color: #5FB08F; }
span { border-color: rgb(95,176,143); }
td.TdClassName
{
border-color: #5FB08F;
}
.TagClassName
{
border-color: #5FB08F;
}
</style>