Shades of Keppel #5FAF8E
Tints of Keppel #5FAF8E
RGB
CMYK
RGB Variations
Color information
#5FAF8E (or 0x5FAF8E) is known color: Keppel. HEX triplet: 5F, AF and 8E. RGB value is (95,175,142). Sum of RGB (Red+Green+Blue) = 95+175+142=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF8E is #A05071. Grayscale: #939393. Windows color (decimal): -10506354 or 9351007. OLE color: 9351007.
HSL color Cylindrical-coordinate representation of color #5FAF8E: hue angle of 155.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF8E is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 142 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.31 |
| HSL | 155.25º | 0.33% | 0.53% | - |
| HSV(B) | 155.25º | 0.46% | 0.69% | - |
| XYZ | 24.93 | 35.05 | 31.04 | - |
| YUV | 147.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 142 | 0.46 | 0 | 0.19 | 0.31 | 155.25 | 0.33 | 0.53 |
| Hex | 5F | AF | 8E | 2E | 0 | 13 | 1F | 9B | 21 | 35 |
| Octal | 137 | 257 | 216 | 56 | 0 | 23 | 37 | 233 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10001110 | 101110 | 0 | 10011 | 11111 | 10011011 | 100001 | 110101 |
Color Harmonies of #5FAF8E
Complementary color
Monochromatic Colors of #5FAF8E
Black with #5FAF8E
Text Example
Text Example
White with #5FAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF8E; }
p { color: rgb(95,175,142); }
H1.HeaderClassName
{
color: #5FAF8E;
}
.AnyTagClassName
{
color: #5FAF8E;
}
</style>
background-color css
<style>
a { background-color: #5FAF8E; }
a { background-color: rgb(95,175,142); }
div.DivClassName
{
background-color: #5FAF8E;
}
.BgClassName
{
background-color: #5FAF8E;
}
</style>
border-color css
<style>
span { border-color: #5FAF8E; }
span { border-color: rgb(95,175,142); }
td.TdClassName
{
border-color: #5FAF8E;
}
.TagClassName
{
border-color: #5FAF8E;
}
</style>