#5EB695

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

Shades of Keppel #5EB695

Tints of Keppel #5EB695

Color information

#5EB695 (or 0x5EB695) is unknown color: approx Keppel. HEX triplet: 5E, B6 and 95. RGB value is (94,182,149). Sum of RGB (Red+Green+Blue) = 94+182+149=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB695 is #A1496A. Grayscale: #979797. Windows color (decimal): -10570091 or 9811550. OLE color: 9811550.

HSL color Cylindrical-coordinate representation of color #5EB695: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB695 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB94182149-
CMYK0.4800.180.29
HSL157.5º37.61%54.12%-
HSV(B)157.5º48.35%71.37%-
XYZ26.7738.0134.36-
YUV151.93126.3586.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.12%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=22.12%
G=42.82%
B=35.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821490.4800.180.29157.537.6154.12
Hex5EB695300121D9e2636
Octal13626622560022352364666
Binary101111010110110100101011100000100101110110011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,182,149); }

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

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

 a { background-color: rgb(94,182,149); }

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

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

 span { border-color: rgb(94,182,149); }

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