#50A0AA

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

Shades of Cadet Blue #50A0AA

Tints of Cadet Blue #50A0AA

Color information

#50A0AA (or 0x50A0AA) is unknown color: approx Cadet Blue. HEX triplet: 50, A0 and AA. RGB value is (80,160,170). Sum of RGB (Red+Green+Blue) = 80+160+170=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #50A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0AA is #AF5F55. Grayscale: #898989. Windows color (decimal): -11493206 or 11182160. OLE color: 11182160.

HSL color Cylindrical-coordinate representation of color #50A0AA: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A0AA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80160170-
CMYK0.530.0600.33
HSL186.67º36%49.02%-
HSV(B)186.67º52.94%66.67%-
XYZ23.1329.7542.55-
YUV137.22146.587.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801601700.530.0600.33186.673649.02
Hex50A0AA356021bb2431
Octal1202402526560412734461
Binary10100001010000010101010110101110010000110111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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