Shades of Keppel #5EAA97
Tints of Keppel #5EAA97
RGB
CMYK
RGB Variations
Color information
#5EAA97 (or 0x5EAA97) is known color: Keppel. HEX triplet: 5E, AA and 97. RGB value is (94,170,151). Sum of RGB (Red+Green+Blue) = 94+170+151=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA97 is #A15568. Grayscale: #919191. Windows color (decimal): -10573161 or 9939550. OLE color: 9939550.
HSL color Cylindrical-coordinate representation of color #5EAA97: hue angle of 165º 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 #5EAA97 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 151 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.33 |
| HSL | 165º | 0.31% | 0.52% | - |
| HSV(B) | 165º | 0.45% | 0.67% | - |
| XYZ | 24.58 | 33.36 | 34.42 | - |
| YUV | 145.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 151 | 0.45 | 0 | 0.11 | 0.33 | 165 | 0.31 | 0.52 |
| Hex | 5E | AA | 97 | 2D | 0 | B | 21 | A5 | 1F | 34 |
| Octal | 136 | 252 | 227 | 55 | 0 | 13 | 41 | 245 | 37 | 64 |
| Binary | 1011110 | 10101010 | 10010111 | 101101 | 0 | 1011 | 100001 | 10100101 | 11111 | 110100 |
Color Harmonies of #5EAA97
Complementary color
Monochromatic Colors of #5EAA97
Black with #5EAA97
Text Example
Text Example
White with #5EAA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA97; }
p { color: rgb(94,170,151); }
H1.HeaderClassName
{
color: #5EAA97;
}
.AnyTagClassName
{
color: #5EAA97;
}
</style>
background-color css
<style>
a { background-color: #5EAA97; }
a { background-color: rgb(94,170,151); }
div.DivClassName
{
background-color: #5EAA97;
}
.BgClassName
{
background-color: #5EAA97;
}
</style>
border-color css
<style>
span { border-color: #5EAA97; }
span { border-color: rgb(94,170,151); }
td.TdClassName
{
border-color: #5EAA97;
}
.TagClassName
{
border-color: #5EAA97;
}
</style>