#5EA292

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

Shades of Keppel #5EA292

Tints of Keppel #5EA292

Color information

#5EA292 (or 0x5EA292) is unknown color: approx Keppel. HEX triplet: 5E, A2 and 92. RGB value is (94,162,146). Sum of RGB (Red+Green+Blue) = 94+162+146=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA292 is #A15D6D. Grayscale: #8B8B8B. Windows color (decimal): -10575214 or 9609822. OLE color: 9609822.

HSL color Cylindrical-coordinate representation of color #5EA292: hue angle of 165.88º 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 #5EA292 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB94162146-
CMYK0.4200.100.36
HSL165.88º26.77%50.2%-
HSV(B)165.88º41.98%63.53%-
XYZ22.7230.331.84-
YUV139.84131.4795.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.38%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=23.38%
G=40.30%
B=36.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941621460.4200.100.36165.8826.7750.2
Hex5EA2922A0A24a61b32
Octal13624222252012442463362
Binary10111101010001010010010101010010101001001010011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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