#50A89D

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

Shades of Cadet Blue #50A89D

Tints of Cadet Blue #50A89D

Color information

#50A89D (or 0x50A89D) is unknown color: approx Cadet Blue. HEX triplet: 50, A8 and 9D. RGB value is (80,168,157). Sum of RGB (Red+Green+Blue) = 80+168+157=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #50A89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A89D is #AF5762. Grayscale: #8C8C8C. Windows color (decimal): -11491171 or 10332240. OLE color: 10332240.

HSL color Cylindrical-coordinate representation of color #50A89D: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A89D is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB80168157-
CMYK0.5200.070.34
HSL172.5º35.48%48.63%-
HSV(B)172.5º52.38%65.88%-
XYZ23.432.1536.87-
YUV140.43137.3584.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=19.75%
G=41.48%
B=38.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801681570.5200.070.34172.535.4848.63
Hex50A89D340722ac2331
Octal1202502356407422544361
Binary10100001010100010011101110100011110001010101100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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