#5EBB9C

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

Shades of Keppel #5EBB9C

Tints of Keppel #5EBB9C

Color information

#5EBB9C (or 0x5EBB9C) is unknown color: approx Keppel. HEX triplet: 5E, BB and 9C. RGB value is (94,187,156). Sum of RGB (Red+Green+Blue) = 94+187+156=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBB9C is #A14463. Grayscale: #9B9B9B. Windows color (decimal): -10568804 or 10271582. OLE color: 10271582.

HSL color Cylindrical-coordinate representation of color #5EBB9C: hue angle of 160º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBB9C is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB94187156-
CMYK0.5000.170.27
HSL160º40.61%55.1%-
HSV(B)160º49.73%73.33%-
XYZ28.3940.3237.74-
YUV155.66128.1984.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.51%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=21.51%
G=42.79%
B=35.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871560.5000.170.2716040.6155.1
Hex5EBB9C320111Ba02937
Octal13627323462021332405167
Binary101111010111011100111001100100100011101110100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,187,156); }

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

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

 a { background-color: rgb(94,187,156); }

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

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

 span { border-color: rgb(94,187,156); }

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