#50AE93

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

Shades of Keppel #50AE93

Tints of Keppel #50AE93

Color information

#50AE93 (or 0x50AE93) is unknown color: approx Keppel. HEX triplet: 50, AE and 93. RGB value is (80,174,147). Sum of RGB (Red+Green+Blue) = 80+174+147=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE93 is #AF516C. Grayscale: #8E8E8E. Windows color (decimal): -11489645 or 9678416. OLE color: 9678416.

HSL color Cylindrical-coordinate representation of color #50AE93: hue angle of 162.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE93 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB80174147-
CMYK0.5400.160.32
HSL162.77º37.01%49.8%-
HSV(B)162.77º54.02%68.24%-
XYZ23.7134.0832.93-
YUV142.82130.3683.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=19.95%
G=43.39%
B=36.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741470.5400.160.32162.7737.0149.8
Hex50AE933601020a32532
Octal12025622366020402434562
Binary1010000101011101001001111011001000010000010100011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,147); }

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

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

 a { background-color: rgb(80,174,147); }

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

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

 span { border-color: rgb(80,174,147); }

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