Shades of Keppel #5EAA9D
Tints of Keppel #5EAA9D
RGB
CMYK
RGB Variations
Color information
#5EAA9D (or 0x5EAA9D) is known color: Keppel. HEX triplet: 5E, AA and 9D. RGB value is (94,170,157). Sum of RGB (Red+Green+Blue) = 94+170+157=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA9D is #A15562. Grayscale: #919191. Windows color (decimal): -10573155 or 10332766. OLE color: 10332766.
HSL color Cylindrical-coordinate representation of color #5EAA9D: hue angle of 169.74º 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 #5EAA9D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 157 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.33 |
| HSL | 169.74º | 0.31% | 0.52% | - |
| HSV(B) | 169.74º | 0.45% | 0.67% | - |
| XYZ | 25.08 | 33.56 | 37.06 | - |
| YUV | 145.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 157 | 0.45 | 0 | 0.08 | 0.33 | 169.74 | 0.31 | 0.52 |
| Hex | 5E | AA | 9D | 2D | 0 | 8 | 21 | AA | 1F | 34 |
| Octal | 136 | 252 | 235 | 55 | 0 | 10 | 41 | 252 | 37 | 64 |
| Binary | 1011110 | 10101010 | 10011101 | 101101 | 0 | 1000 | 100001 | 10101010 | 11111 | 110100 |
Color Harmonies of #5EAA9D
Complementary color
Monochromatic Colors of #5EAA9D
Black with #5EAA9D
Text Example
Text Example
White with #5EAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA9D; }
p { color: rgb(94,170,157); }
H1.HeaderClassName
{
color: #5EAA9D;
}
.AnyTagClassName
{
color: #5EAA9D;
}
</style>
background-color css
<style>
a { background-color: #5EAA9D; }
a { background-color: rgb(94,170,157); }
div.DivClassName
{
background-color: #5EAA9D;
}
.BgClassName
{
background-color: #5EAA9D;
}
</style>
border-color css
<style>
span { border-color: #5EAA9D; }
span { border-color: rgb(94,170,157); }
td.TdClassName
{
border-color: #5EAA9D;
}
.TagClassName
{
border-color: #5EAA9D;
}
</style>