Shades of Keppel #5EAC8C
Tints of Keppel #5EAC8C
RGB
CMYK
RGB Variations
Color information
#5EAC8C (or 0x5EAC8C) is known color: Keppel. HEX triplet: 5E, AC and 8C. RGB value is (94,172,140). Sum of RGB (Red+Green+Blue) = 94+172+140=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC8C is #A15373. Grayscale: #919191. Windows color (decimal): -10572660 or 9219166. OLE color: 9219166.
HSL color Cylindrical-coordinate representation of color #5EAC8C: hue angle of 155.38º 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 #5EAC8C is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 140 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.33 |
| HSL | 155.38º | 0.32% | 0.52% | - |
| HSV(B) | 155.38º | 0.45% | 0.67% | - |
| XYZ | 24.1 | 33.78 | 30.06 | - |
| YUV | 145.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 140 | 0.45 | 0 | 0.19 | 0.33 | 155.38 | 0.32 | 0.52 |
| Hex | 5E | AC | 8C | 2D | 0 | 13 | 21 | 9B | 20 | 34 |
| Octal | 136 | 254 | 214 | 55 | 0 | 23 | 41 | 233 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10001100 | 101101 | 0 | 10011 | 100001 | 10011011 | 100000 | 110100 |
Color Harmonies of #5EAC8C
Complementary color
Monochromatic Colors of #5EAC8C
Black with #5EAC8C
Text Example
Text Example
White with #5EAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC8C; }
p { color: rgb(94,172,140); }
H1.HeaderClassName
{
color: #5EAC8C;
}
.AnyTagClassName
{
color: #5EAC8C;
}
</style>
background-color css
<style>
a { background-color: #5EAC8C; }
a { background-color: rgb(94,172,140); }
div.DivClassName
{
background-color: #5EAC8C;
}
.BgClassName
{
background-color: #5EAC8C;
}
</style>
border-color css
<style>
span { border-color: #5EAC8C; }
span { border-color: rgb(94,172,140); }
td.TdClassName
{
border-color: #5EAC8C;
}
.TagClassName
{
border-color: #5EAC8C;
}
</style>