#50A2AD

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

Shades of Cadet Blue #50A2AD

Tints of Cadet Blue #50A2AD

Color information

#50A2AD (or 0x50A2AD) is unknown color: approx Cadet Blue. HEX triplet: 50, A2 and AD. RGB value is (80,162,173). Sum of RGB (Red+Green+Blue) = 80+162+173=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A2AD is #AF5D52. Grayscale: #8A8A8A. Windows color (decimal): -11492691 or 11379280. OLE color: 11379280.

HSL color Cylindrical-coordinate representation of color #50A2AD: hue angle of 187.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A2AD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80162173-
CMYK0.540.0600.32
HSL187.1º36.76%49.61%-
HSV(B)187.1º53.76%67.84%-
XYZ23.7730.5644.18-
YUV138.74147.3386.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=19.28%
G=39.04%
B=41.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801621730.540.0600.32187.136.7649.61
Hex50A2AD366020bb2532
Octal1202422556660402734562
Binary10100001010001010101101110110110010000010111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,173); }

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

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

 a { background-color: rgb(80,162,173); }

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

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

 span { border-color: rgb(80,162,173); }

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