Shades of Keppel #5FAE91
Tints of Keppel #5FAE91
RGB
CMYK
RGB Variations
Color information
#5FAE91 (or 0x5FAE91) is known color: Keppel. HEX triplet: 5F, AE and 91. RGB value is (95,174,145). Sum of RGB (Red+Green+Blue) = 95+174+145=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE91 is #A0516E. Grayscale: #939393. Windows color (decimal): -10506607 or 9547359. OLE color: 9547359.
HSL color Cylindrical-coordinate representation of color #5FAE91: hue angle of 157.97º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE91 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 174 | 145 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.32 |
| HSL | 157.97º | 0.33% | 0.53% | - |
| HSV(B) | 157.97º | 0.45% | 0.68% | - |
| XYZ | 24.97 | 34.75 | 32.18 | - |
| YUV | 147.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 145 | 0.45 | 0 | 0.17 | 0.32 | 157.97 | 0.33 | 0.53 |
| Hex | 5F | AE | 91 | 2D | 0 | 11 | 20 | 9E | 21 | 35 |
| Octal | 137 | 256 | 221 | 55 | 0 | 21 | 40 | 236 | 41 | 65 |
| Binary | 1011111 | 10101110 | 10010001 | 101101 | 0 | 10001 | 100000 | 10011110 | 100001 | 110101 |
Color Harmonies of #5FAE91
Complementary color
Monochromatic Colors of #5FAE91
Black with #5FAE91
Text Example
Text Example
White with #5FAE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAE91; }
p { color: rgb(95,174,145); }
H1.HeaderClassName
{
color: #5FAE91;
}
.AnyTagClassName
{
color: #5FAE91;
}
</style>
background-color css
<style>
a { background-color: #5FAE91; }
a { background-color: rgb(95,174,145); }
div.DivClassName
{
background-color: #5FAE91;
}
.BgClassName
{
background-color: #5FAE91;
}
</style>
border-color css
<style>
span { border-color: #5FAE91; }
span { border-color: rgb(95,174,145); }
td.TdClassName
{
border-color: #5FAE91;
}
.TagClassName
{
border-color: #5FAE91;
}
</style>