Shades of Keppel #5FAFA1
Tints of Keppel #5FAFA1
RGB
CMYK
RGB Variations
Color information
#5FAFA1 (or 0x5FAFA1) is known color: Keppel. HEX triplet: 5F, AF and A1. RGB value is (95,175,161). Sum of RGB (Red+Green+Blue) = 95+175+161=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFA1 is #A0505E. Grayscale: #959595. Windows color (decimal): -10506335 or 10596191. OLE color: 10596191.
HSL color Cylindrical-coordinate representation of color #5FAFA1: hue angle of 169.5º 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 #5FAFA1 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 161 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.31 |
| HSL | 169.5º | 0.33% | 0.53% | - |
| HSV(B) | 169.5º | 0.46% | 0.69% | - |
| XYZ | 26.48 | 35.67 | 39.21 | - |
| YUV | 149.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 161 | 0.46 | 0 | 0.08 | 0.31 | 169.5 | 0.33 | 0.53 |
| Hex | 5F | AF | A1 | 2E | 0 | 8 | 1F | AA | 21 | 35 |
| Octal | 137 | 257 | 241 | 56 | 0 | 10 | 37 | 252 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10100001 | 101110 | 0 | 1000 | 11111 | 10101010 | 100001 | 110101 |
Color Harmonies of #5FAFA1
Complementary color
Monochromatic Colors of #5FAFA1
Black with #5FAFA1
Text Example
Text Example
White with #5FAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFA1; }
p { color: rgb(95,175,161); }
H1.HeaderClassName
{
color: #5FAFA1;
}
.AnyTagClassName
{
color: #5FAFA1;
}
</style>
background-color css
<style>
a { background-color: #5FAFA1; }
a { background-color: rgb(95,175,161); }
div.DivClassName
{
background-color: #5FAFA1;
}
.BgClassName
{
background-color: #5FAFA1;
}
</style>
border-color css
<style>
span { border-color: #5FAFA1; }
span { border-color: rgb(95,175,161); }
td.TdClassName
{
border-color: #5FAFA1;
}
.TagClassName
{
border-color: #5FAFA1;
}
</style>