Shades of Keppel #5FB39C
Tints of Keppel #5FB39C
RGB
CMYK
RGB Variations
Color information
#5FB39C (or 0x5FB39C) is known color: Keppel. HEX triplet: 5F, B3 and 9C. RGB value is (95,179,156). Sum of RGB (Red+Green+Blue) = 95+179+156=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB39C is #A04C63. Grayscale: #979797. Windows color (decimal): -10505316 or 10269535. OLE color: 10269535.
HSL color Cylindrical-coordinate representation of color #5FB39C: hue angle of 163.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB39C is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 156 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.30 |
| HSL | 163.57º | 0.36% | 0.54% | - |
| HSV(B) | 163.57º | 0.47% | 0.7% | - |
| XYZ | 26.84 | 37.07 | 37.19 | - |
| YUV | 151.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 156 | 0.47 | 0 | 0.13 | 0.30 | 163.57 | 0.36 | 0.54 |
| Hex | 5F | B3 | 9C | 2F | 0 | D | 1E | A4 | 24 | 36 |
| Octal | 137 | 263 | 234 | 57 | 0 | 15 | 36 | 244 | 44 | 66 |
| Binary | 1011111 | 10110011 | 10011100 | 101111 | 0 | 1101 | 11110 | 10100100 | 100100 | 110110 |
Color Harmonies of #5FB39C
Complementary color
Monochromatic Colors of #5FB39C
Black with #5FB39C
Text Example
Text Example
White with #5FB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB39C; }
p { color: rgb(95,179,156); }
H1.HeaderClassName
{
color: #5FB39C;
}
.AnyTagClassName
{
color: #5FB39C;
}
</style>
background-color css
<style>
a { background-color: #5FB39C; }
a { background-color: rgb(95,179,156); }
div.DivClassName
{
background-color: #5FB39C;
}
.BgClassName
{
background-color: #5FB39C;
}
</style>
border-color css
<style>
span { border-color: #5FB39C; }
span { border-color: rgb(95,179,156); }
td.TdClassName
{
border-color: #5FB39C;
}
.TagClassName
{
border-color: #5FB39C;
}
</style>