#50AD8B

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

Shades of Keppel #50AD8B

Tints of Keppel #50AD8B

Color information

#50AD8B (or 0x50AD8B) is unknown color: approx Keppel. HEX triplet: 50, AD and 8B. RGB value is (80,173,139). Sum of RGB (Red+Green+Blue) = 80+173+139=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD8B is #AF5274. Grayscale: #8D8D8D. Windows color (decimal): -11489909 or 9153872. OLE color: 9153872.

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

Color convert

RGB80173139-
CMYK0.5400.200.32
HSL158.06º36.76%49.61%-
HSV(B)158.06º53.76%67.84%-
XYZ22.9133.4629.68-
YUV141.32126.6984.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 173 (67.97% from 255) = 44.13%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=20.41%
G=44.13%
B=35.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731390.5400.200.32158.0636.7649.61
Hex50AD8B36014209e2532
Octal12025521366024402364562
Binary1010000101011011000101111011001010010000010011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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