#50A6AA

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

Shades of Cadet Blue #50A6AA

Tints of Cadet Blue #50A6AA

Color information

#50A6AA (or 0x50A6AA) is unknown color: approx Cadet Blue. HEX triplet: 50, A6 and AA. RGB value is (80,166,170). Sum of RGB (Red+Green+Blue) = 80+166+170=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #50A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A6AA is #AF5955. Grayscale: #8C8C8C. Windows color (decimal): -11491670 or 11183696. OLE color: 11183696.

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

Color convert

RGB80166170-
CMYK0.530.0200.33
HSL182.67º36%49.02%-
HSV(B)182.67º52.94%66.67%-
XYZ24.231.8842.91-
YUV140.74144.5184.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=19.23%
G=39.90%
B=40.87%

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
Decimal801661700.530.0200.33182.673649.02
Hex50A6AA352021b72431
Octal1202462526520412674461
Binary1010000101001101010101011010110010000110110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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