Shades of Keppel #5FA699
Tints of Keppel #5FA699
RGB
CMYK
RGB Variations
Color information
#5FA699 (or 0x5FA699) is known color: Keppel. HEX triplet: 5F, A6 and 99. RGB value is (95,166,153). Sum of RGB (Red+Green+Blue) = 95+166+153=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA699 is #A05966. Grayscale: #8F8F8F. Windows color (decimal): -10508647 or 10069599. OLE color: 10069599.
HSL color Cylindrical-coordinate representation of color #5FA699: hue angle of 169.01º 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 #5FA699 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 153 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.35 |
| HSL | 169.01º | 0.29% | 0.51% | - |
| HSV(B) | 169.01º | 0.43% | 0.65% | - |
| XYZ | 24.11 | 32.01 | 35.04 | - |
| YUV | 143.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 153 | 0.43 | 0 | 0.08 | 0.35 | 169.01 | 0.29 | 0.51 |
| Hex | 5F | A6 | 99 | 2B | 0 | 8 | 23 | A9 | 1D | 33 |
| Octal | 137 | 246 | 231 | 53 | 0 | 10 | 43 | 251 | 35 | 63 |
| Binary | 1011111 | 10100110 | 10011001 | 101011 | 0 | 1000 | 100011 | 10101001 | 11101 | 110011 |
Color Harmonies of #5FA699
Complementary color
Monochromatic Colors of #5FA699
Black with #5FA699
Text Example
Text Example
White with #5FA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA699; }
p { color: rgb(95,166,153); }
H1.HeaderClassName
{
color: #5FA699;
}
.AnyTagClassName
{
color: #5FA699;
}
</style>
background-color css
<style>
a { background-color: #5FA699; }
a { background-color: rgb(95,166,153); }
div.DivClassName
{
background-color: #5FA699;
}
.BgClassName
{
background-color: #5FA699;
}
</style>
border-color css
<style>
span { border-color: #5FA699; }
span { border-color: rgb(95,166,153); }
td.TdClassName
{
border-color: #5FA699;
}
.TagClassName
{
border-color: #5FA699;
}
</style>