#50AE91

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

Shades of Keppel #50AE91

Tints of Keppel #50AE91

Color information

#50AE91 (or 0x50AE91) is unknown color: approx Keppel. HEX triplet: 50, AE and 91. RGB value is (80,174,145). Sum of RGB (Red+Green+Blue) = 80+174+145=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE91 is #AF516E. Grayscale: #8E8E8E. Windows color (decimal): -11489647 or 9547344. OLE color: 9547344.

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

Color convert

RGB80174145-
CMYK0.5400.170.32
HSL161.49º37.01%49.8%-
HSV(B)161.49º54.02%68.24%-
XYZ23.5634.0232.11-
YUV142.59129.3683.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=20.05%
G=43.61%
B=36.34%

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
Decimal801741450.5400.170.32161.4937.0149.8
Hex50AE913601120a12532
Octal12025622166021402414562
Binary1010000101011101001000111011001000110000010100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,145); }

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

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

 a { background-color: rgb(80,174,145); }

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

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

 span { border-color: rgb(80,174,145); }

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