Shades of Keppel #5FAC99
Tints of Keppel #5FAC99
RGB
CMYK
RGB Variations
Color information
#5FAC99 (or 0x5FAC99) is known color: Keppel. HEX triplet: 5F, AC and 99. RGB value is (95,172,153). Sum of RGB (Red+Green+Blue) = 95+172+153=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC99 is #A05366. Grayscale: #929292. Windows color (decimal): -10507111 or 10071135. OLE color: 10071135.
HSL color Cylindrical-coordinate representation of color #5FAC99: hue angle of 165.19º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC99 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 153 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.33 |
| HSL | 165.19º | 0.32% | 0.52% | - |
| HSV(B) | 165.19º | 0.45% | 0.67% | - |
| XYZ | 25.22 | 34.24 | 35.42 | - |
| YUV | 146.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 153 | 0.45 | 0 | 0.11 | 0.33 | 165.19 | 0.32 | 0.52 |
| Hex | 5F | AC | 99 | 2D | 0 | B | 21 | A5 | 20 | 34 |
| Octal | 137 | 254 | 231 | 55 | 0 | 13 | 41 | 245 | 40 | 64 |
| Binary | 1011111 | 10101100 | 10011001 | 101101 | 0 | 1011 | 100001 | 10100101 | 100000 | 110100 |
Color Harmonies of #5FAC99
Complementary color
Monochromatic Colors of #5FAC99
Black with #5FAC99
Text Example
Text Example
White with #5FAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC99; }
p { color: rgb(95,172,153); }
H1.HeaderClassName
{
color: #5FAC99;
}
.AnyTagClassName
{
color: #5FAC99;
}
</style>
background-color css
<style>
a { background-color: #5FAC99; }
a { background-color: rgb(95,172,153); }
div.DivClassName
{
background-color: #5FAC99;
}
.BgClassName
{
background-color: #5FAC99;
}
</style>
border-color css
<style>
span { border-color: #5FAC99; }
span { border-color: rgb(95,172,153); }
td.TdClassName
{
border-color: #5FAC99;
}
.TagClassName
{
border-color: #5FAC99;
}
</style>