Shades of Keppel #5EAC8F
Tints of Keppel #5EAC8F
RGB
CMYK
RGB Variations
Color information
#5EAC8F (or 0x5EAC8F) is known color: Keppel. HEX triplet: 5E, AC and 8F. RGB value is (94,172,143). Sum of RGB (Red+Green+Blue) = 94+172+143=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC8F is #A15370. Grayscale: #919191. Windows color (decimal): -10572657 or 9415774. OLE color: 9415774.
HSL color Cylindrical-coordinate representation of color #5EAC8F: hue angle of 157.69º 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 #5EAC8F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 143 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.33 |
| HSL | 157.69º | 0.32% | 0.52% | - |
| HSV(B) | 157.69º | 0.45% | 0.67% | - |
| XYZ | 24.33 | 33.87 | 31.24 | - |
| YUV | 145.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 143 | 0.45 | 0 | 0.17 | 0.33 | 157.69 | 0.32 | 0.52 |
| Hex | 5E | AC | 8F | 2D | 0 | 11 | 21 | 9E | 20 | 34 |
| Octal | 136 | 254 | 217 | 55 | 0 | 21 | 41 | 236 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10001111 | 101101 | 0 | 10001 | 100001 | 10011110 | 100000 | 110100 |
Color Harmonies of #5EAC8F
Complementary color
Monochromatic Colors of #5EAC8F
Black with #5EAC8F
Text Example
Text Example
White with #5EAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC8F; }
p { color: rgb(94,172,143); }
H1.HeaderClassName
{
color: #5EAC8F;
}
.AnyTagClassName
{
color: #5EAC8F;
}
</style>
background-color css
<style>
a { background-color: #5EAC8F; }
a { background-color: rgb(94,172,143); }
div.DivClassName
{
background-color: #5EAC8F;
}
.BgClassName
{
background-color: #5EAC8F;
}
</style>
border-color css
<style>
span { border-color: #5EAC8F; }
span { border-color: rgb(94,172,143); }
td.TdClassName
{
border-color: #5EAC8F;
}
.TagClassName
{
border-color: #5EAC8F;
}
</style>