Shades of Keppel #5EBF9B
Tints of Keppel #5EBF9B
RGB
CMYK
RGB Variations
Color information
#5EBF9B (or 0x5EBF9B) is known color: Keppel. HEX triplet: 5E, BF and 9B. RGB value is (94,191,155). Sum of RGB (Red+Green+Blue) = 94+191+155=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBF9B is #A14064. Grayscale: #9D9D9D. Windows color (decimal): -10567781 or 10207070. OLE color: 10207070.
HSL color Cylindrical-coordinate representation of color #5EBF9B: hue angle of 157.73º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBF9B is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 155 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.25 |
| HSL | 157.73º | 0.43% | 0.56% | - |
| HSV(B) | 157.73º | 0.51% | 0.75% | - |
| XYZ | 29.16 | 42.01 | 37.58 | - |
| YUV | 157.89 | 126.36 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 155 | 0.51 | 0 | 0.19 | 0.25 | 157.73 | 0.43 | 0.56 |
| Hex | 5E | BF | 9B | 33 | 0 | 13 | 19 | 9E | 2B | 38 |
| Octal | 136 | 277 | 233 | 63 | 0 | 23 | 31 | 236 | 53 | 70 |
| Binary | 1011110 | 10111111 | 10011011 | 110011 | 0 | 10011 | 11001 | 10011110 | 101011 | 111000 |
Color Harmonies of #5EBF9B
Complementary color
Monochromatic Colors of #5EBF9B
Black with #5EBF9B
Text Example
Text Example
White with #5EBF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF9B; }
p { color: rgb(94,191,155); }
H1.HeaderClassName
{
color: #5EBF9B;
}
.AnyTagClassName
{
color: #5EBF9B;
}
</style>
background-color css
<style>
a { background-color: #5EBF9B; }
a { background-color: rgb(94,191,155); }
div.DivClassName
{
background-color: #5EBF9B;
}
.BgClassName
{
background-color: #5EBF9B;
}
</style>
border-color css
<style>
span { border-color: #5EBF9B; }
span { border-color: rgb(94,191,155); }
td.TdClassName
{
border-color: #5EBF9B;
}
.TagClassName
{
border-color: #5EBF9B;
}
</style>