Shades of Keppel #5EBCA0
Tints of Keppel #5EBCA0
RGB
CMYK
RGB Variations
Color information
#5EBCA0 (or 0x5EBCA0) is known color: Keppel. HEX triplet: 5E, BC and A0. RGB value is (94,188,160). Sum of RGB (Red+Green+Blue) = 94+188+160=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBCA0 is #A1435F. Grayscale: #9C9C9C. Windows color (decimal): -10568544 or 10533982. OLE color: 10533982.
HSL color Cylindrical-coordinate representation of color #5EBCA0: hue angle of 162.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBCA0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 160 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.26 |
| HSL | 162.13º | 0.41% | 0.55% | - |
| HSV(B) | 162.13º | 0.5% | 0.74% | - |
| XYZ | 28.94 | 40.88 | 39.62 | - |
| YUV | 156.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 160 | 0.50 | 0 | 0.15 | 0.26 | 162.13 | 0.41 | 0.55 |
| Hex | 5E | BC | A0 | 32 | 0 | F | 1A | A2 | 29 | 37 |
| Octal | 136 | 274 | 240 | 62 | 0 | 17 | 32 | 242 | 51 | 67 |
| Binary | 1011110 | 10111100 | 10100000 | 110010 | 0 | 1111 | 11010 | 10100010 | 101001 | 110111 |
Color Harmonies of #5EBCA0
Complementary color
Monochromatic Colors of #5EBCA0
Black with #5EBCA0
Text Example
Text Example
White with #5EBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCA0; }
p { color: rgb(94,188,160); }
H1.HeaderClassName
{
color: #5EBCA0;
}
.AnyTagClassName
{
color: #5EBCA0;
}
</style>
background-color css
<style>
a { background-color: #5EBCA0; }
a { background-color: rgb(94,188,160); }
div.DivClassName
{
background-color: #5EBCA0;
}
.BgClassName
{
background-color: #5EBCA0;
}
</style>
border-color css
<style>
span { border-color: #5EBCA0; }
span { border-color: rgb(94,188,160); }
td.TdClassName
{
border-color: #5EBCA0;
}
.TagClassName
{
border-color: #5EBCA0;
}
</style>