#50A4AB

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

Shades of Cadet Blue #50A4AB

Tints of Cadet Blue #50A4AB

Color information

#50A4AB (or 0x50A4AB) is unknown color: approx Cadet Blue. HEX triplet: 50, A4 and AB. RGB value is (80,164,171). Sum of RGB (Red+Green+Blue) = 80+164+171=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #50A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A4AB is #AF5B54. Grayscale: #8B8B8B. Windows color (decimal): -11492181 or 11248720. OLE color: 11248720.

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

Color convert

RGB80164171-
CMYK0.530.0400.33
HSL184.62º36.25%49.22%-
HSV(B)184.62º53.22%67.06%-
XYZ23.9331.243.29-
YUV139.68145.6785.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=19.28%
G=39.52%
B=41.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801641710.530.0400.33184.6236.2549.22
Hex50A4AB354021b92431
Octal1202442536540412714461
Binary10100001010010010101011110101100010000110111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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