#50AC94

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

Shades of Keppel #50AC94

Tints of Keppel #50AC94

Color information

#50AC94 (or 0x50AC94) is unknown color: approx Keppel. HEX triplet: 50, AC and 94. RGB value is (80,172,148). Sum of RGB (Red+Green+Blue) = 80+172+148=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC94 is #AF536B. Grayscale: #8D8D8D. Windows color (decimal): -11490156 or 9743440. OLE color: 9743440.

HSL color Cylindrical-coordinate representation of color #50AC94: hue angle of 164.35º degrees, saturation: 0.37, 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 #50AC94 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB80172148-
CMYK0.5300.140.33
HSL164.35º36.51%49.41%-
HSV(B)164.35º53.49%67.45%-
XYZ23.4133.3533.22-
YUV141.76131.5283.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 148 (58.20% from 255) = 37%
R=20%
G=43%
B=37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721480.5300.140.33164.3536.5149.41
Hex50AC94350E21a42531
Octal12025422465016412444561
Binary101000010101100100101001101010111010000110100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,148); }

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

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

 a { background-color: rgb(80,172,148); }

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

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

 span { border-color: rgb(80,172,148); }

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