Shades of Keppel #5FAD99
Tints of Keppel #5FAD99
RGB
CMYK
RGB Variations
Color information
#5FAD99 (or 0x5FAD99) is known color: Keppel. HEX triplet: 5F, AD and 99. RGB value is (95,173,153). Sum of RGB (Red+Green+Blue) = 95+173+153=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAD99 is #A05266. Grayscale: #939393. Windows color (decimal): -10506855 or 10071391. OLE color: 10071391.
HSL color Cylindrical-coordinate representation of color #5FAD99: hue angle of 164.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD99 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 153 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.32 |
| HSL | 164.62º | 0.32% | 0.53% | - |
| HSV(B) | 164.62º | 0.45% | 0.68% | - |
| XYZ | 25.41 | 34.62 | 35.48 | - |
| YUV | 147.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 153 | 0.45 | 0 | 0.12 | 0.32 | 164.62 | 0.32 | 0.53 |
| Hex | 5F | AD | 99 | 2D | 0 | C | 20 | A5 | 20 | 35 |
| Octal | 137 | 255 | 231 | 55 | 0 | 14 | 40 | 245 | 40 | 65 |
| Binary | 1011111 | 10101101 | 10011001 | 101101 | 0 | 1100 | 100000 | 10100101 | 100000 | 110101 |
Color Harmonies of #5FAD99
Complementary color
Monochromatic Colors of #5FAD99
Black with #5FAD99
Text Example
Text Example
White with #5FAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD99; }
p { color: rgb(95,173,153); }
H1.HeaderClassName
{
color: #5FAD99;
}
.AnyTagClassName
{
color: #5FAD99;
}
</style>
background-color css
<style>
a { background-color: #5FAD99; }
a { background-color: rgb(95,173,153); }
div.DivClassName
{
background-color: #5FAD99;
}
.BgClassName
{
background-color: #5FAD99;
}
</style>
border-color css
<style>
span { border-color: #5FAD99; }
span { border-color: rgb(95,173,153); }
td.TdClassName
{
border-color: #5FAD99;
}
.TagClassName
{
border-color: #5FAD99;
}
</style>