Shades of Keppel #5FA695
Tints of Keppel #5FA695
RGB
CMYK
RGB Variations
Color information
#5FA695 (or 0x5FA695) is known color: Keppel. HEX triplet: 5F, A6 and 95. RGB value is (95,166,149). Sum of RGB (Red+Green+Blue) = 95+166+149=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA695 is #A0596A. Grayscale: #8E8E8E. Windows color (decimal): -10508651 or 9807455. OLE color: 9807455.
HSL color Cylindrical-coordinate representation of color #5FA695: hue angle of 165.63º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA695 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 149 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.35 |
| HSL | 165.63º | 0.29% | 0.51% | - |
| HSV(B) | 165.63º | 0.43% | 0.65% | - |
| XYZ | 23.78 | 31.88 | 33.33 | - |
| YUV | 142.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 149 | 0.43 | 0 | 0.10 | 0.35 | 165.63 | 0.29 | 0.51 |
| Hex | 5F | A6 | 95 | 2B | 0 | A | 23 | A6 | 1D | 33 |
| Octal | 137 | 246 | 225 | 53 | 0 | 12 | 43 | 246 | 35 | 63 |
| Binary | 1011111 | 10100110 | 10010101 | 101011 | 0 | 1010 | 100011 | 10100110 | 11101 | 110011 |
Color Harmonies of #5FA695
Complementary color
Monochromatic Colors of #5FA695
Black with #5FA695
Text Example
Text Example
White with #5FA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA695; }
p { color: rgb(95,166,149); }
H1.HeaderClassName
{
color: #5FA695;
}
.AnyTagClassName
{
color: #5FA695;
}
</style>
background-color css
<style>
a { background-color: #5FA695; }
a { background-color: rgb(95,166,149); }
div.DivClassName
{
background-color: #5FA695;
}
.BgClassName
{
background-color: #5FA695;
}
</style>
border-color css
<style>
span { border-color: #5FA695; }
span { border-color: rgb(95,166,149); }
td.TdClassName
{
border-color: #5FA695;
}
.TagClassName
{
border-color: #5FA695;
}
</style>