Shades of Keppel #5FAC9B
Tints of Keppel #5FAC9B
RGB
CMYK
RGB Variations
Color information
#5FAC9B (or 0x5FAC9B) is known color: Keppel. HEX triplet: 5F, AC and 9B. RGB value is (95,172,155). Sum of RGB (Red+Green+Blue) = 95+172+155=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC9B is #A05364. Grayscale: #939393. Windows color (decimal): -10507109 or 10202207. OLE color: 10202207.
HSL color Cylindrical-coordinate representation of color #5FAC9B: hue angle of 166.75º 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 #5FAC9B is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 155 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.33 |
| HSL | 166.75º | 0.32% | 0.52% | - |
| HSV(B) | 166.75º | 0.45% | 0.67% | - |
| XYZ | 25.39 | 34.3 | 36.29 | - |
| YUV | 147.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 155 | 0.45 | 0 | 0.10 | 0.33 | 166.75 | 0.32 | 0.52 |
| Hex | 5F | AC | 9B | 2D | 0 | A | 21 | A7 | 20 | 34 |
| Octal | 137 | 254 | 233 | 55 | 0 | 12 | 41 | 247 | 40 | 64 |
| Binary | 1011111 | 10101100 | 10011011 | 101101 | 0 | 1010 | 100001 | 10100111 | 100000 | 110100 |
Color Harmonies of #5FAC9B
Complementary color
Monochromatic Colors of #5FAC9B
Black with #5FAC9B
Text Example
Text Example
White with #5FAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC9B; }
p { color: rgb(95,172,155); }
H1.HeaderClassName
{
color: #5FAC9B;
}
.AnyTagClassName
{
color: #5FAC9B;
}
</style>
background-color css
<style>
a { background-color: #5FAC9B; }
a { background-color: rgb(95,172,155); }
div.DivClassName
{
background-color: #5FAC9B;
}
.BgClassName
{
background-color: #5FAC9B;
}
</style>
border-color css
<style>
span { border-color: #5FAC9B; }
span { border-color: rgb(95,172,155); }
td.TdClassName
{
border-color: #5FAC9B;
}
.TagClassName
{
border-color: #5FAC9B;
}
</style>