#5EAB99

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

Shades of Keppel #5EAB99

Tints of Keppel #5EAB99

Color information

#5EAB99 (or 0x5EAB99) is unknown color: approx Keppel. HEX triplet: 5E, AB and 99. RGB value is (94,171,153). Sum of RGB (Red+Green+Blue) = 94+171+153=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB99 is #A15466. Grayscale: #919191. Windows color (decimal): -10572903 or 10070878. OLE color: 10070878.

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

Color convert

RGB94171153-
CMYK0.4500.110.33
HSL165.97º31.43%51.96%-
HSV(B)165.97º45.03%67.06%-
XYZ24.9333.8135.35-
YUV145.93131.9990.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=22.49%
G=40.91%
B=36.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941711530.4500.110.33165.9731.4351.96
Hex5EAB992D0B21a61f34
Octal13625323155013412463764
Binary10111101010101110011001101101010111000011010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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