#50AB90

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

Shades of Keppel #50AB90

Tints of Keppel #50AB90

Color information

#50AB90 (or 0x50AB90) is unknown color: approx Keppel. HEX triplet: 50, AB and 90. RGB value is (80,171,144). Sum of RGB (Red+Green+Blue) = 80+171+144=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AB90 is #AF546F. Grayscale: #8C8C8C. Windows color (decimal): -11490416 or 9481040. OLE color: 9481040.

HSL color Cylindrical-coordinate representation of color #50AB90: hue angle of 162.2º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AB90 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB80171144-
CMYK0.5300.160.33
HSL162.2º36.25%49.22%-
HSV(B)162.2º53.22%67.06%-
XYZ22.9132.8431.52-
YUV140.71129.8584.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=20.25%
G=43.29%
B=36.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711440.5300.160.33162.236.2549.22
Hex50AB903501021a22431
Octal12025322065020412424461
Binary1010000101010111001000011010101000010000110100010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,144); }

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

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

 a { background-color: rgb(80,171,144); }

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

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

 span { border-color: rgb(80,171,144); }

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