#50A8AB

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

Shades of Cadet Blue #50A8AB

Tints of Cadet Blue #50A8AB

Color information

#50A8AB (or 0x50A8AB) is unknown color: approx Cadet Blue. HEX triplet: 50, A8 and AB. RGB value is (80,168,171). Sum of RGB (Red+Green+Blue) = 80+168+171=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #50A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A8AB is #AF5754. Grayscale: #8D8D8D. Windows color (decimal): -11491157 or 11249744. OLE color: 11249744.

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

Color convert

RGB80168171-
CMYK0.530.0200.33
HSL181.98º36.25%49.22%-
HSV(B)181.98º53.22%67.06%-
XYZ24.6632.6543.53-
YUV142.03144.3583.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=19.09%
G=40.10%
B=40.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801681710.530.0200.33181.9836.2549.22
Hex50A8AB352021b62431
Octal1202502536520412664461
Binary1010000101010001010101111010110010000110110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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