#5EAB9F

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

Shades of Keppel #5EAB9F

Tints of Keppel #5EAB9F

Color information

#5EAB9F (or 0x5EAB9F) is unknown color: approx Keppel. HEX triplet: 5E, AB and 9F. RGB value is (94,171,159). Sum of RGB (Red+Green+Blue) = 94+171+159=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB9F is #A15460. Grayscale: #929292. Windows color (decimal): -10572897 or 10464094. OLE color: 10464094.

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

Color convert

RGB94171159-
CMYK0.4500.070.33
HSL170.65º31.43%51.96%-
HSV(B)170.65º45.03%67.06%-
XYZ25.4434.0138.02-
YUV146.61134.9990.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.17%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=22.17%
G=40.33%
B=37.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941711590.4500.070.33170.6531.4351.96
Hex5EAB9F2D0721ab1f34
Octal1362532375507412533764
Binary1011110101010111001111110110101111000011010101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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