#50AA8A

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

Shades of Keppel #50AA8A

Tints of Keppel #50AA8A

Color information

#50AA8A (or 0x50AA8A) is unknown color: approx Keppel. HEX triplet: 50, AA and 8A. RGB value is (80,170,138). Sum of RGB (Red+Green+Blue) = 80+170+138=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AA8A is #AF5575. Grayscale: #8B8B8B. Windows color (decimal): -11490678 or 9087568. OLE color: 9087568.

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

Color convert

RGB80170138-
CMYK0.5300.190.33
HSL158.67º36%49.02%-
HSV(B)158.67º52.94%66.67%-
XYZ22.2732.2929.1-
YUV139.44127.1885.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=20.62%
G=43.81%
B=35.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801701380.5300.190.33158.673649.02
Hex50AA8A35013219f2431
Octal12025221265023412374461
Binary1010000101010101000101011010101001110000110011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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