#50A0AE

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

Shades of Cadet Blue #50A0AE

Tints of Cadet Blue #50A0AE

Color information

#50A0AE (or 0x50A0AE) is unknown color: approx Cadet Blue. HEX triplet: 50, A0 and AE. RGB value is (80,160,174). Sum of RGB (Red+Green+Blue) = 80+160+174=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #50A0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0AE is #AF5F51. Grayscale: #898989. Windows color (decimal): -11493202 or 11444304. OLE color: 11444304.

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

Color convert

RGB80160174-
CMYK0.540.0800.32
HSL188.94º37.01%49.8%-
HSV(B)188.94º54.02%68.24%-
XYZ23.5229.944.58-
YUV137.68148.586.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=19.32%
G=38.65%
B=42.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801601740.540.0800.32188.9437.0149.8
Hex50A0AE368020bd2532
Octal12024025666100402754562
Binary101000010100000101011101101101000010000010111101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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