#5EA294

Color #5EA294 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5EA294

Tints of Keppel #5EA294

Color information

#5EA294 (or 0x5EA294) is unknown color: approx Keppel. HEX triplet: 5E, A2 and 94. RGB value is (94,162,148). Sum of RGB (Red+Green+Blue) = 94+162+148=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA294 is #A15D6B. Grayscale: #8C8C8C. Windows color (decimal): -10575212 or 9740894. OLE color: 9740894.

HSL color Cylindrical-coordinate representation of color #5EA294: hue angle of 167.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA294 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB94162148-
CMYK0.4200.090.36
HSL167.65º26.77%50.2%-
HSV(B)167.65º41.98%63.53%-
XYZ22.8830.3632.67-
YUV140.07132.4795.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=23.27%
G=40.10%
B=36.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941621480.4200.090.36167.6526.7750.2
Hex5EA2942A0924a81b32
Octal13624222452011442503362
Binary10111101010001010010100101010010011001001010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA294; }

 p { color: rgb(94,162,148); }

 H1.HeaderClassName
 {
   color: #5EA294;
 }
 .AnyTagClassName
 {
   color: #5EA294;
 }
</style>
background-color css

<style>
 a { background-color: #5EA294; }

 a { background-color: rgb(94,162,148); }

 div.DivClassName
 {
   background-color: #5EA294;
 }
 .BgClassName
 {
   background-color: #5EA294;
 }
</style>
border-color css

<style>
 span { border-color: #5EA294; }

 span { border-color: rgb(94,162,148); }

 td.TdClassName
 {
   border-color: #5EA294;
 }
 .TagClassName
 {
   border-color: #5EA294;
 }
</style>