Shades of Keppel #5FB098
Tints of Keppel #5FB098
RGB
CMYK
RGB Variations
Color information
#5FB098 (or 0x5FB098) is known color: Keppel. HEX triplet: 5F, B0 and 98. RGB value is (95,176,152). Sum of RGB (Red+Green+Blue) = 95+176+152=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB098 is #A04F67. Grayscale: #959595. Windows color (decimal): -10506088 or 10006623. OLE color: 10006623.
HSL color Cylindrical-coordinate representation of color #5FB098: hue angle of 162.22º 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 #5FB098 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 152 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.31 |
| HSL | 162.22º | 0.34% | 0.53% | - |
| HSV(B) | 162.22º | 0.46% | 0.69% | - |
| XYZ | 25.91 | 35.75 | 35.24 | - |
| YUV | 149.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 152 | 0.46 | 0 | 0.14 | 0.31 | 162.22 | 0.34 | 0.53 |
| Hex | 5F | B0 | 98 | 2E | 0 | E | 1F | A2 | 22 | 35 |
| Octal | 137 | 260 | 230 | 56 | 0 | 16 | 37 | 242 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10011000 | 101110 | 0 | 1110 | 11111 | 10100010 | 100010 | 110101 |
Color Harmonies of #5FB098
Complementary color
Monochromatic Colors of #5FB098
Black with #5FB098
Text Example
Text Example
White with #5FB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB098; }
p { color: rgb(95,176,152); }
H1.HeaderClassName
{
color: #5FB098;
}
.AnyTagClassName
{
color: #5FB098;
}
</style>
background-color css
<style>
a { background-color: #5FB098; }
a { background-color: rgb(95,176,152); }
div.DivClassName
{
background-color: #5FB098;
}
.BgClassName
{
background-color: #5FB098;
}
</style>
border-color css
<style>
span { border-color: #5FB098; }
span { border-color: rgb(95,176,152); }
td.TdClassName
{
border-color: #5FB098;
}
.TagClassName
{
border-color: #5FB098;
}
</style>