#50AC89

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

Shades of Keppel #50AC89

Tints of Keppel #50AC89

Color information

#50AC89 (or 0x50AC89) is unknown color: approx Keppel. HEX triplet: 50, AC and 89. RGB value is (80,172,137). Sum of RGB (Red+Green+Blue) = 80+172+137=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC89 is #AF5376. Grayscale: #8C8C8C. Windows color (decimal): -11490167 or 9022544. OLE color: 9022544.

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

Color convert

RGB80172137-
CMYK0.5300.200.33
HSL157.17º36.51%49.41%-
HSV(B)157.17º53.49%67.45%-
XYZ22.5833.0228.85-
YUV140.5126.0284.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=20.57%
G=44.22%
B=35.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721370.5300.200.33157.1736.5149.41
Hex50AC8935014219d2531
Octal12025421165024412354561
Binary1010000101011001000100111010101010010000110011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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