Shades of Keppel #5EAA9A
Tints of Keppel #5EAA9A
RGB
CMYK
RGB Variations
Color information
#5EAA9A (or 0x5EAA9A) is known color: Keppel. HEX triplet: 5E, AA and 9A. RGB value is (94,170,154). Sum of RGB (Red+Green+Blue) = 94+170+154=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA9A is #A15565. Grayscale: #919191. Windows color (decimal): -10573158 or 10136158. OLE color: 10136158.
HSL color Cylindrical-coordinate representation of color #5EAA9A: hue angle of 167.37º 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 #5EAA9A is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 154 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.33 |
| HSL | 167.37º | 0.31% | 0.52% | - |
| HSV(B) | 167.37º | 0.45% | 0.67% | - |
| XYZ | 24.82 | 33.46 | 35.72 | - |
| YUV | 145.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 154 | 0.45 | 0 | 0.09 | 0.33 | 167.37 | 0.31 | 0.52 |
| Hex | 5E | AA | 9A | 2D | 0 | 9 | 21 | A7 | 1F | 34 |
| Octal | 136 | 252 | 232 | 55 | 0 | 11 | 41 | 247 | 37 | 64 |
| Binary | 1011110 | 10101010 | 10011010 | 101101 | 0 | 1001 | 100001 | 10100111 | 11111 | 110100 |
Color Harmonies of #5EAA9A
Complementary color
Monochromatic Colors of #5EAA9A
Black with #5EAA9A
Text Example
Text Example
White with #5EAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA9A; }
p { color: rgb(94,170,154); }
H1.HeaderClassName
{
color: #5EAA9A;
}
.AnyTagClassName
{
color: #5EAA9A;
}
</style>
background-color css
<style>
a { background-color: #5EAA9A; }
a { background-color: rgb(94,170,154); }
div.DivClassName
{
background-color: #5EAA9A;
}
.BgClassName
{
background-color: #5EAA9A;
}
</style>
border-color css
<style>
span { border-color: #5EAA9A; }
span { border-color: rgb(94,170,154); }
td.TdClassName
{
border-color: #5EAA9A;
}
.TagClassName
{
border-color: #5EAA9A;
}
</style>