#50A0A0

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

Shades of Cadet Blue #50A0A0

Tints of Cadet Blue #50A0A0

Color information

#50A0A0 (or 0x50A0A0) is unknown color: approx Cadet Blue. HEX triplet: 50, A0 and A0. RGB value is (80,160,160). Sum of RGB (Red+Green+Blue) = 80+160+160=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #50A0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0A0 is #AF5F5F. Grayscale: #888888. Windows color (decimal): -11493216 or 10526800. OLE color: 10526800.

HSL color Cylindrical-coordinate representation of color #50A0A0: hue angle of 180º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A0A0 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB80160160-
CMYK0.5000.37
HSL180º33.33%47.06%-
HSV(B)180º50%62.75%-
XYZ22.2229.3937.76-
YUV136.08141.588-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal801601600.5000.3718033.3347.06
Hex50A0A0320025b4212f
Octal1202402406200452644157
Binary101000010100000101000001100100010010110110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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