#5EAD9E

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

Shades of Keppel #5EAD9E

Tints of Keppel #5EAD9E

Color information

#5EAD9E (or 0x5EAD9E) is unknown color: approx Keppel. HEX triplet: 5E, AD and 9E. RGB value is (94,173,158). Sum of RGB (Red+Green+Blue) = 94+173+158=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAD9E is #A15261. Grayscale: #939393. Windows color (decimal): -10572386 or 10399070. OLE color: 10399070.

HSL color Cylindrical-coordinate representation of color #5EAD9E: hue angle of 168.61º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAD9E is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB94173158-
CMYK0.4600.090.32
HSL168.61º32.51%52.35%-
HSV(B)168.61º45.66%67.84%-
XYZ25.7334.7437.7-
YUV147.67133.8389.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.12%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=22.12%
G=40.71%
B=37.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941731580.4600.090.32168.6132.5152.35
Hex5EAD9E2E0920a92134
Octal13625523656011402514164
Binary101111010101101100111101011100100110000010101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,158); }

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

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

 a { background-color: rgb(94,173,158); }

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

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

 span { border-color: rgb(94,173,158); }

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