#50A4AC

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

Shades of Cadet Blue #50A4AC

Tints of Cadet Blue #50A4AC

Color information

#50A4AC (or 0x50A4AC) is unknown color: approx Cadet Blue. HEX triplet: 50, A4 and AC. RGB value is (80,164,172). Sum of RGB (Red+Green+Blue) = 80+164+172=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #50A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A4AC is #AF5B53. Grayscale: #8B8B8B. Windows color (decimal): -11492180 or 11314256. OLE color: 11314256.

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

Color convert

RGB80164172-
CMYK0.530.0500.33
HSL185.22º36.51%49.41%-
HSV(B)185.22º53.49%67.45%-
XYZ24.0331.2343.79-
YUV139.8146.1785.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=19.23%
G=39.42%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801641720.530.0500.33185.2236.5149.41
Hex50A4AC355021b92531
Octal1202442546550412714561
Binary10100001010010010101100110101101010000110111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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