#5EAB97

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

Shades of Keppel #5EAB97

Tints of Keppel #5EAB97

Color information

#5EAB97 (or 0x5EAB97) is unknown color: approx Keppel. HEX triplet: 5E, AB and 97. RGB value is (94,171,151). Sum of RGB (Red+Green+Blue) = 94+171+151=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB97 is #A15468. Grayscale: #919191. Windows color (decimal): -10572905 or 9939806. OLE color: 9939806.

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

Color convert

RGB94171151-
CMYK0.4500.120.33
HSL164.42º31.43%51.96%-
HSV(B)164.42º45.03%67.06%-
XYZ24.7633.7434.49-
YUV145.7130.9991.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.60%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=22.60%
G=41.11%
B=36.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941711510.4500.120.33164.4231.4351.96
Hex5EAB972D0C21a41f34
Octal13625322755014412443764
Binary10111101010101110010111101101011001000011010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,171,151); }

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

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

 a { background-color: rgb(94,171,151); }

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

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

 span { border-color: rgb(94,171,151); }

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