#5EB296

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

Shades of Keppel #5EB296

Tints of Keppel #5EB296

Color information

#5EB296 (or 0x5EB296) is unknown color: approx Keppel. HEX triplet: 5E, B2 and 96. RGB value is (94,178,150). Sum of RGB (Red+Green+Blue) = 94+178+150=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EB296 is #A14D69. Grayscale: #959595. Windows color (decimal): -10571114 or 9876062. OLE color: 9876062.

HSL color Cylindrical-coordinate representation of color #5EB296: hue angle of 160º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB296 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB94178150-
CMYK0.4700.160.30
HSL160º35.29%53.33%-
HSV(B)160º47.19%69.8%-
XYZ26.0436.4234.51-
YUV149.69128.1788.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.27%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=22.27%
G=42.18%
B=35.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941781500.4700.160.3016035.2953.33
Hex5EB2962F0101Ea02335
Octal13626222657020362404365
Binary101111010110010100101101011110100001111010100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,178,150); }

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

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

 a { background-color: rgb(94,178,150); }

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

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

 span { border-color: rgb(94,178,150); }

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