Shades of Keppel #5EAB8B
Tints of Keppel #5EAB8B
RGB
CMYK
RGB Variations
Color information
#5EAB8B (or 0x5EAB8B) is known color: Keppel. HEX triplet: 5E, AB and 8B. RGB value is (94,171,139). Sum of RGB (Red+Green+Blue) = 94+171+139=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB8B is #A15474. Grayscale: #909090. Windows color (decimal): -10572917 or 9153374. OLE color: 9153374.
HSL color Cylindrical-coordinate representation of color #5EAB8B: hue angle of 155.06º 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 #5EAB8B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
RGB | 94 | 171 | 139 | - |
CMYK | 0.45 | 0 | 0.19 | 0.33 |
HSL | 155.06º | 0.31% | 0.52% | - |
HSV(B) | 155.06º | 0.45% | 0.67% | - |
XYZ | 23.84 | 33.37 | 29.61 | - |
YUV | 144.33 | 124.99 | 92.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 171 | 139 | 0.45 | 0 | 0.19 | 0.33 | 155.06 | 0.31 | 0.52 |
Hex | 5E | AB | 8B | 2D | 0 | 13 | 21 | 9B | 1F | 34 |
Octal | 136 | 253 | 213 | 55 | 0 | 23 | 41 | 233 | 37 | 64 |
Binary | 1011110 | 10101011 | 10001011 | 101101 | 0 | 10011 | 100001 | 10011011 | 11111 | 110100 |
Color Harmonies of #5EAB8B
Complementary color
Monochromatic Colors of #5EAB8B
Black with #5EAB8B
Text Example
Text Example
White with #5EAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB8B; }
p { color: rgb(94,171,139); }
H1.HeaderClassName
{
color: #5EAB8B;
}
.AnyTagClassName
{
color: #5EAB8B;
}
</style>
background-color css
<style>
a { background-color: #5EAB8B; }
a { background-color: rgb(94,171,139); }
div.DivClassName
{
background-color: #5EAB8B;
}
.BgClassName
{
background-color: #5EAB8B;
}
</style>
border-color css
<style>
span { border-color: #5EAB8B; }
span { border-color: rgb(94,171,139); }
td.TdClassName
{
border-color: #5EAB8B;
}
.TagClassName
{
border-color: #5EAB8B;
}
</style>