#50AAAB

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

Shades of Cadet Blue #50AAAB

Tints of Cadet Blue #50AAAB

Color information

#50AAAB (or 0x50AAAB) is unknown color: approx Cadet Blue. HEX triplet: 50, AA and AB. RGB value is (80,170,171). Sum of RGB (Red+Green+Blue) = 80+170+171=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #50AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAAB is #AF5554. Grayscale: #8F8F8F. Windows color (decimal): -11490645 or 11250256. OLE color: 11250256.

HSL color Cylindrical-coordinate representation of color #50AAAB: hue angle of 180.66º 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 #50AAAB is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80170171-
CMYK0.530.0100.33
HSL180.66º36.25%49.22%-
HSV(B)180.66º53.22%67.06%-
XYZ25.0333.443.65-
YUV143.2143.6882.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=19.00%
G=40.38%
B=40.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801701710.530.0100.33180.6636.2549.22
Hex50AAAB351021b52431
Octal1202522536510412654461
Binary101000010101010101010111101011010000110110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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