#50A0A2

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

Shades of Cadet Blue #50A0A2

Tints of Cadet Blue #50A0A2

Color information

#50A0A2 (or 0x50A0A2) is unknown color: approx Cadet Blue. HEX triplet: 50, A0 and A2. RGB value is (80,160,162). Sum of RGB (Red+Green+Blue) = 80+160+162=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #50A0A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0A2 is #AF5F5D. Grayscale: #888888. Windows color (decimal): -11493214 or 10657872. OLE color: 10657872.

HSL color Cylindrical-coordinate representation of color #50A0A2: hue angle of 181.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A0A2 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB80160162-
CMYK0.510.0100.36
HSL181.46º33.88%47.45%-
HSV(B)181.46º50.62%63.53%-
XYZ22.429.4638.69-
YUV136.31142.587.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=19.90%
G=39.80%
B=40.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801601620.510.0100.36181.4633.8847.45
Hex50A0A2331024b5222f
Octal1202402426310442654257
Binary101000010100000101000101100111010010010110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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