Shades of Keppel #5FA696
Tints of Keppel #5FA696
RGB
CMYK
RGB Variations
Color information
#5FA696 (or 0x5FA696) is known color: Keppel. HEX triplet: 5F, A6 and 96. RGB value is (95,166,150). Sum of RGB (Red+Green+Blue) = 95+166+150=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA696 is #A05969. Grayscale: #8E8E8E. Windows color (decimal): -10508650 or 9872991. OLE color: 9872991.
HSL color Cylindrical-coordinate representation of color #5FA696: hue angle of 166.48º 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 #5FA696 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 150 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.35 |
| HSL | 166.48º | 0.29% | 0.51% | - |
| HSV(B) | 166.48º | 0.43% | 0.65% | - |
| XYZ | 23.86 | 31.91 | 33.76 | - |
| YUV | 142.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 150 | 0.43 | 0 | 0.10 | 0.35 | 166.48 | 0.29 | 0.51 |
| Hex | 5F | A6 | 96 | 2B | 0 | A | 23 | A6 | 1D | 33 |
| Octal | 137 | 246 | 226 | 53 | 0 | 12 | 43 | 246 | 35 | 63 |
| Binary | 1011111 | 10100110 | 10010110 | 101011 | 0 | 1010 | 100011 | 10100110 | 11101 | 110011 |
Color Harmonies of #5FA696
Complementary color
Monochromatic Colors of #5FA696
Black with #5FA696
Text Example
Text Example
White with #5FA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA696; }
p { color: rgb(95,166,150); }
H1.HeaderClassName
{
color: #5FA696;
}
.AnyTagClassName
{
color: #5FA696;
}
</style>
background-color css
<style>
a { background-color: #5FA696; }
a { background-color: rgb(95,166,150); }
div.DivClassName
{
background-color: #5FA696;
}
.BgClassName
{
background-color: #5FA696;
}
</style>
border-color css
<style>
span { border-color: #5FA696; }
span { border-color: rgb(95,166,150); }
td.TdClassName
{
border-color: #5FA696;
}
.TagClassName
{
border-color: #5FA696;
}
</style>