#5EAC90

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

Shades of Keppel #5EAC90

Tints of Keppel #5EAC90

Color information

#5EAC90 (or 0x5EAC90) is unknown color: approx Keppel. HEX triplet: 5E, AC and 90. RGB value is (94,172,144). Sum of RGB (Red+Green+Blue) = 94+172+144=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC90 is #A1536F. Grayscale: #919191. Windows color (decimal): -10572656 or 9481310. OLE color: 9481310.

HSL color Cylindrical-coordinate representation of color #5EAC90: hue angle of 158.46º 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 #5EAC90 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB94172144-
CMYK0.4500.160.33
HSL158.46º31.97%52.16%-
HSV(B)158.46º45.35%67.45%-
XYZ24.433.931.64-
YUV145.49127.1691.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.93%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=22.93%
G=41.95%
B=35.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941721440.4500.160.33158.4631.9752.16
Hex5EAC902D010219e2034
Octal13625422055020412364064
Binary1011110101011001001000010110101000010000110011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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