#5EBDA0

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

Shades of Keppel #5EBDA0

Tints of Keppel #5EBDA0

Color information

#5EBDA0 (or 0x5EBDA0) is unknown color: approx Keppel. HEX triplet: 5E, BD and A0. RGB value is (94,189,160). Sum of RGB (Red+Green+Blue) = 94+189+160=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDA0 is #A1425F. Grayscale: #9D9D9D. Windows color (decimal): -10568288 or 10534238. OLE color: 10534238.

HSL color Cylindrical-coordinate representation of color #5EBDA0: hue angle of 161.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBDA0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB94189160-
CMYK0.5000.150.26
HSL161.68º41.85%55.49%-
HSV(B)161.68º50.26%74.12%-
XYZ29.1641.3139.7-
YUV157.29129.5382.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.22%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=21.22%
G=42.66%
B=36.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891600.5000.150.26161.6841.8555.49
Hex5EBDA0320F1Aa22a37
Octal13627524062017322425267
Binary10111101011110110100000110010011111101010100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,189,160); }

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

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

 a { background-color: rgb(94,189,160); }

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

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

 span { border-color: rgb(94,189,160); }

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