#5EBC9D

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

Shades of Keppel #5EBC9D

Tints of Keppel #5EBC9D

Color information

#5EBC9D (or 0x5EBC9D) is unknown color: approx Keppel. HEX triplet: 5E, BC and 9D. RGB value is (94,188,157). Sum of RGB (Red+Green+Blue) = 94+188+157=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBC9D is #A14362. Grayscale: #9C9C9C. Windows color (decimal): -10568547 or 10337374. OLE color: 10337374.

HSL color Cylindrical-coordinate representation of color #5EBC9D: hue angle of 160.21º degrees, saturation: 0.41, 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 #5EBC9D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB94188157-
CMYK0.5000.160.26
HSL160.21º41.23%55.29%-
HSV(B)160.21º50%73.73%-
XYZ28.6940.7838.26-
YUV156.36128.3683.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=21.41%
G=42.82%
B=35.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941881570.5000.160.26160.2141.2355.29
Hex5EBC9D320101Aa02937
Octal13627423562020322405167
Binary101111010111100100111011100100100001101010100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,188,157); }

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

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

 a { background-color: rgb(94,188,157); }

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

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

 span { border-color: rgb(94,188,157); }

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