Shades of Keppel #5FAB9C
Tints of Keppel #5FAB9C
RGB
CMYK
RGB Variations
Color information
#5FAB9C (or 0x5FAB9C) is known color: Keppel. HEX triplet: 5F, AB and 9C. RGB value is (95,171,156). Sum of RGB (Red+Green+Blue) = 95+171+156=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAB9C is #A05463. Grayscale: #929292. Windows color (decimal): -10507364 or 10267487. OLE color: 10267487.
HSL color Cylindrical-coordinate representation of color #5FAB9C: hue angle of 168.16º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAB9C is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 156 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.33 |
| HSL | 168.16º | 0.31% | 0.52% | - |
| HSV(B) | 168.16º | 0.44% | 0.67% | - |
| XYZ | 25.28 | 33.96 | 36.67 | - |
| YUV | 146.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 156 | 0.44 | 0 | 0.09 | 0.33 | 168.16 | 0.31 | 0.52 |
| Hex | 5F | AB | 9C | 2C | 0 | 9 | 21 | A8 | 1F | 34 |
| Octal | 137 | 253 | 234 | 54 | 0 | 11 | 41 | 250 | 37 | 64 |
| Binary | 1011111 | 10101011 | 10011100 | 101100 | 0 | 1001 | 100001 | 10101000 | 11111 | 110100 |
Color Harmonies of #5FAB9C
Complementary color
Monochromatic Colors of #5FAB9C
Black with #5FAB9C
Text Example
Text Example
White with #5FAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB9C; }
p { color: rgb(95,171,156); }
H1.HeaderClassName
{
color: #5FAB9C;
}
.AnyTagClassName
{
color: #5FAB9C;
}
</style>
background-color css
<style>
a { background-color: #5FAB9C; }
a { background-color: rgb(95,171,156); }
div.DivClassName
{
background-color: #5FAB9C;
}
.BgClassName
{
background-color: #5FAB9C;
}
</style>
border-color css
<style>
span { border-color: #5FAB9C; }
span { border-color: rgb(95,171,156); }
td.TdClassName
{
border-color: #5FAB9C;
}
.TagClassName
{
border-color: #5FAB9C;
}
</style>