Shades of Keppel #5FA995
Tints of Keppel #5FA995
RGB
CMYK
RGB Variations
Color information
#5FA995 (or 0x5FA995) is known color: Keppel. HEX triplet: 5F, A9 and 95. RGB value is (95,169,149). Sum of RGB (Red+Green+Blue) = 95+169+149=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA995 is #A0566A. Grayscale: #909090. Windows color (decimal): -10507883 or 9808223. OLE color: 9808223.
HSL color Cylindrical-coordinate representation of color #5FA995: hue angle of 163.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA995 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 149 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.34 |
| HSL | 163.78º | 0.3% | 0.52% | - |
| HSV(B) | 163.78º | 0.44% | 0.66% | - |
| XYZ | 24.33 | 32.98 | 33.52 | - |
| YUV | 144.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 149 | 0.44 | 0 | 0.12 | 0.34 | 163.78 | 0.3 | 0.52 |
| Hex | 5F | A9 | 95 | 2C | 0 | C | 22 | A4 | 1E | 34 |
| Octal | 137 | 251 | 225 | 54 | 0 | 14 | 42 | 244 | 36 | 64 |
| Binary | 1011111 | 10101001 | 10010101 | 101100 | 0 | 1100 | 100010 | 10100100 | 11110 | 110100 |
Color Harmonies of #5FA995
Complementary color
Monochromatic Colors of #5FA995
Black with #5FA995
Text Example
Text Example
White with #5FA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA995; }
p { color: rgb(95,169,149); }
H1.HeaderClassName
{
color: #5FA995;
}
.AnyTagClassName
{
color: #5FA995;
}
</style>
background-color css
<style>
a { background-color: #5FA995; }
a { background-color: rgb(95,169,149); }
div.DivClassName
{
background-color: #5FA995;
}
.BgClassName
{
background-color: #5FA995;
}
</style>
border-color css
<style>
span { border-color: #5FA995; }
span { border-color: rgb(95,169,149); }
td.TdClassName
{
border-color: #5FA995;
}
.TagClassName
{
border-color: #5FA995;
}
</style>