#50A4AE

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

Shades of Cadet Blue #50A4AE

Tints of Cadet Blue #50A4AE

Color information

#50A4AE (or 0x50A4AE) is unknown color: approx Cadet Blue. HEX triplet: 50, A4 and AE. RGB value is (80,164,174). Sum of RGB (Red+Green+Blue) = 80+164+174=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #50A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A4AE is #AF5B51. Grayscale: #8B8B8B. Windows color (decimal): -11492178 or 11445328. OLE color: 11445328.

HSL color Cylindrical-coordinate representation of color #50A4AE: hue angle of 186.38º 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 #50A4AE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80164174-
CMYK0.540.0600.32
HSL186.38º37.01%49.8%-
HSV(B)186.38º54.02%68.24%-
XYZ24.2231.3144.81-
YUV140.02147.1785.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=19.14%
G=39.23%
B=41.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801641740.540.0600.32186.3837.0149.8
Hex50A4AE366020ba2532
Octal1202442566660402724562
Binary10100001010010010101110110110110010000010111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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