#50AA8E

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

Shades of Keppel #50AA8E

Tints of Keppel #50AA8E

Color information

#50AA8E (or 0x50AA8E) is unknown color: approx Keppel. HEX triplet: 50, AA and 8E. RGB value is (80,170,142). Sum of RGB (Red+Green+Blue) = 80+170+142=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AA8E is #AF5571. Grayscale: #8B8B8B. Windows color (decimal): -11490674 or 9349712. OLE color: 9349712.

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

Color convert

RGB80170142-
CMYK0.5300.160.33
HSL161.33º36%49.02%-
HSV(B)161.33º52.94%66.67%-
XYZ22.5732.4130.66-
YUV139.9129.1885.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=20.41%
G=43.37%
B=36.22%

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
Decimal801701420.5300.160.33161.333649.02
Hex50AA8E3501021a12431
Octal12025221665020412414461
Binary1010000101010101000111011010101000010000110100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,170,142); }

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

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

 a { background-color: rgb(80,170,142); }

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

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

 span { border-color: rgb(80,170,142); }

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