#50AD8F

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

Shades of Keppel #50AD8F

Tints of Keppel #50AD8F

Color information

#50AD8F (or 0x50AD8F) is unknown color: approx Keppel. HEX triplet: 50, AD and 8F. RGB value is (80,173,143). Sum of RGB (Red+Green+Blue) = 80+173+143=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD8F is #AF5270. Grayscale: #8D8D8D. Windows color (decimal): -11489905 or 9416016. OLE color: 9416016.

HSL color Cylindrical-coordinate representation of color #50AD8F: hue angle of 160.65º 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 #50AD8F is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB80173143-
CMYK0.5400.170.32
HSL160.65º36.76%49.61%-
HSV(B)160.65º53.76%67.84%-
XYZ23.2133.5831.24-
YUV141.77128.6983.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=20.20%
G=43.69%
B=36.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731430.5400.170.32160.6536.7649.61
Hex50AD8F3601120a12532
Octal12025521766021402414562
Binary1010000101011011000111111011001000110000010100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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