#5EAC96

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

Shades of Keppel #5EAC96

Tints of Keppel #5EAC96

Color information

#5EAC96 (or 0x5EAC96) is unknown color: approx Keppel. HEX triplet: 5E, AC and 96. RGB value is (94,172,150). Sum of RGB (Red+Green+Blue) = 94+172+150=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC96 is #A15369. Grayscale: #929292. Windows color (decimal): -10572650 or 9874526. OLE color: 9874526.

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

Color convert

RGB94172150-
CMYK0.4500.130.33
HSL163.08º31.97%52.16%-
HSV(B)163.08º45.35%67.45%-
XYZ24.8734.0934.12-
YUV146.17130.1690.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.60%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=22.60%
G=41.35%
B=36.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941721500.4500.130.33163.0831.9752.16
Hex5EAC962D0D21a32034
Octal13625422655015412434064
Binary101111010101100100101101011010110110000110100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,150); }

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

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

 a { background-color: rgb(94,172,150); }

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

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

 span { border-color: rgb(94,172,150); }

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