Shades of Keppel #5EAB9D
Tints of Keppel #5EAB9D
RGB
CMYK
RGB Variations
Color information
#5EAB9D (or 0x5EAB9D) is known color: Keppel. HEX triplet: 5E, AB and 9D. RGB value is (94,171,157). Sum of RGB (Red+Green+Blue) = 94+171+157=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB9D is #A15462. Grayscale: #929292. Windows color (decimal): -10572899 or 10333022. OLE color: 10333022.
HSL color Cylindrical-coordinate representation of color #5EAB9D: hue angle of 169.09º degrees, saturation: 0.31, 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 #5EAB9D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 157 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.33 |
| HSL | 169.09º | 0.31% | 0.52% | - |
| HSV(B) | 169.09º | 0.45% | 0.67% | - |
| XYZ | 25.26 | 33.94 | 37.12 | - |
| YUV | 146.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 157 | 0.45 | 0 | 0.08 | 0.33 | 169.09 | 0.31 | 0.52 |
| Hex | 5E | AB | 9D | 2D | 0 | 8 | 21 | A9 | 1F | 34 |
| Octal | 136 | 253 | 235 | 55 | 0 | 10 | 41 | 251 | 37 | 64 |
| Binary | 1011110 | 10101011 | 10011101 | 101101 | 0 | 1000 | 100001 | 10101001 | 11111 | 110100 |
Color Harmonies of #5EAB9D
Complementary color
Monochromatic Colors of #5EAB9D
Black with #5EAB9D
Text Example
Text Example
White with #5EAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB9D; }
p { color: rgb(94,171,157); }
H1.HeaderClassName
{
color: #5EAB9D;
}
.AnyTagClassName
{
color: #5EAB9D;
}
</style>
background-color css
<style>
a { background-color: #5EAB9D; }
a { background-color: rgb(94,171,157); }
div.DivClassName
{
background-color: #5EAB9D;
}
.BgClassName
{
background-color: #5EAB9D;
}
</style>
border-color css
<style>
span { border-color: #5EAB9D; }
span { border-color: rgb(94,171,157); }
td.TdClassName
{
border-color: #5EAB9D;
}
.TagClassName
{
border-color: #5EAB9D;
}
</style>