#50AD8E

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

Shades of Keppel #50AD8E

Tints of Keppel #50AD8E

Color information

#50AD8E (or 0x50AD8E) is unknown color: approx Keppel. HEX triplet: 50, AD and 8E. RGB value is (80,173,142). Sum of RGB (Red+Green+Blue) = 80+173+142=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD8E is #AF5271. Grayscale: #8D8D8D. Windows color (decimal): -11489906 or 9350480. OLE color: 9350480.

HSL color Cylindrical-coordinate representation of color #50AD8E: hue angle of 160º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD8E is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB80173142-
CMYK0.5400.180.32
HSL160º36.76%49.61%-
HSV(B)160º53.76%67.84%-
XYZ23.1333.5530.85-
YUV141.66128.1984.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=20.25%
G=43.80%
B=35.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731420.5400.180.3216036.7649.61
Hex50AD8E3601220a02532
Octal12025521666022402404562
Binary1010000101011011000111011011001001010000010100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AD8E; }

 p { color: rgb(80,173,142); }

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

<style>
 a { background-color: #50AD8E; }

 a { background-color: rgb(80,173,142); }

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

<style>
 span { border-color: #50AD8E; }

 span { border-color: rgb(80,173,142); }

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