#5EAB8B

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

Shades of Keppel #5EAB8B

Tints of Keppel #5EAB8B

Color information

#5EAB8B (or 0x5EAB8B) is unknown color: approx Keppel. HEX triplet: 5E, AB and 8B. RGB value is (94,171,139). Sum of RGB (Red+Green+Blue) = 94+171+139=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB8B is #A15474. Grayscale: #909090. Windows color (decimal): -10572917 or 9153374. OLE color: 9153374.

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

Color convert

RGB94171139-
CMYK0.4500.190.33
HSL155.06º31.43%51.96%-
HSV(B)155.06º45.03%67.06%-
XYZ23.8433.3729.61-
YUV144.33124.9992.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=23.27%
G=42.33%
B=34.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941711390.4500.190.33155.0631.4351.96
Hex5EAB8B2D013219b1f34
Octal13625321355023412333764
Binary101111010101011100010111011010100111000011001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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