#5EB8A0

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

Shades of Keppel #5EB8A0

Tints of Keppel #5EB8A0

Color information

#5EB8A0 (or 0x5EB8A0) is unknown color: approx Keppel. HEX triplet: 5E, B8 and A0. RGB value is (94,184,160). Sum of RGB (Red+Green+Blue) = 94+184+160=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #5EB8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB8A0 is #A1475F. Grayscale: #9A9A9A. Windows color (decimal): -10569568 or 10532958. OLE color: 10532958.

HSL color Cylindrical-coordinate representation of color #5EB8A0: hue angle of 164º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EB8A0 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB94184160-
CMYK0.4900.130.28
HSL164º38.79%54.51%-
HSV(B)164º48.91%72.16%-
XYZ28.139.239.34-
YUV154.35131.1884.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.46%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 160 (62.89% from 255) = 36.53%
R=21.46%
G=42.01%
B=36.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal941841600.4900.130.2816438.7954.51
Hex5EB8A0310D1Ca42737
Octal13627024061015342444767
Binary10111101011100010100000110001011011110010100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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