#5EAA91

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

Shades of Keppel #5EAA91

Tints of Keppel #5EAA91

Color information

#5EAA91 (or 0x5EAA91) is unknown color: approx Keppel. HEX triplet: 5E, AA and 91. RGB value is (94,170,145). Sum of RGB (Red+Green+Blue) = 94+170+145=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA91 is #A1556E. Grayscale: #909090. Windows color (decimal): -10573167 or 9546334. OLE color: 9546334.

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

Color convert

RGB94170145-
CMYK0.4500.150.33
HSL160.26º30.89%51.76%-
HSV(B)160.26º44.71%66.67%-
XYZ24.133.1731.92-
YUV144.43128.3292.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.98%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 145 (57.03% from 255) = 35.45%
R=22.98%
G=41.56%
B=35.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941701450.4500.150.33160.2630.8951.76
Hex5EAA912D0F21a01f34
Octal13625222155017412403764
Binary10111101010101010010001101101011111000011010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,145); }

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

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

 a { background-color: rgb(94,170,145); }

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

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

 span { border-color: rgb(94,170,145); }

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