#5EBD9C

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

Shades of Keppel #5EBD9C

Tints of Keppel #5EBD9C

Color information

#5EBD9C (or 0x5EBD9C) is unknown color: approx Keppel. HEX triplet: 5E, BD and 9C. RGB value is (94,189,156). Sum of RGB (Red+Green+Blue) = 94+189+156=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBD9C is #A14263. Grayscale: #9C9C9C. Windows color (decimal): -10568292 or 10272094. OLE color: 10272094.

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

Color convert

RGB94189156-
CMYK0.5000.170.26
HSL159.16º41.85%55.49%-
HSV(B)159.16º50.26%74.12%-
XYZ28.8141.1837.88-
YUV156.83127.5383.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=21.41%
G=43.05%
B=35.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891560.5000.170.26159.1641.8555.49
Hex5EBD9C320111A9f2a37
Octal13627523462021322375267
Binary101111010111101100111001100100100011101010011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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