Shades of Keppel #5EAC9C
Tints of Keppel #5EAC9C
RGB
CMYK
RGB Variations
Color information
#5EAC9C (or 0x5EAC9C) is known color: Keppel. HEX triplet: 5E, AC and 9C. RGB value is (94,172,156). Sum of RGB (Red+Green+Blue) = 94+172+156=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC9C is #A15363. Grayscale: #929292. Windows color (decimal): -10572644 or 10267742. OLE color: 10267742.
HSL color Cylindrical-coordinate representation of color #5EAC9C: hue angle of 167.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 #5EAC9C is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 156 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.33 |
| HSL | 167.69º | 0.32% | 0.52% | - |
| HSV(B) | 167.69º | 0.45% | 0.67% | - |
| XYZ | 25.37 | 34.29 | 36.73 | - |
| YUV | 146.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 156 | 0.45 | 0 | 0.09 | 0.33 | 167.69 | 0.32 | 0.52 |
| Hex | 5E | AC | 9C | 2D | 0 | 9 | 21 | A8 | 20 | 34 |
| Octal | 136 | 254 | 234 | 55 | 0 | 11 | 41 | 250 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10011100 | 101101 | 0 | 1001 | 100001 | 10101000 | 100000 | 110100 |
Color Harmonies of #5EAC9C
Complementary color
Monochromatic Colors of #5EAC9C
Black with #5EAC9C
Text Example
Text Example
White with #5EAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC9C; }
p { color: rgb(94,172,156); }
H1.HeaderClassName
{
color: #5EAC9C;
}
.AnyTagClassName
{
color: #5EAC9C;
}
</style>
background-color css
<style>
a { background-color: #5EAC9C; }
a { background-color: rgb(94,172,156); }
div.DivClassName
{
background-color: #5EAC9C;
}
.BgClassName
{
background-color: #5EAC9C;
}
</style>
border-color css
<style>
span { border-color: #5EAC9C; }
span { border-color: rgb(94,172,156); }
td.TdClassName
{
border-color: #5EAC9C;
}
.TagClassName
{
border-color: #5EAC9C;
}
</style>