#50A8AA

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

Shades of Cadet Blue #50A8AA

Tints of Cadet Blue #50A8AA

Color information

#50A8AA (or 0x50A8AA) is unknown color: approx Cadet Blue. HEX triplet: 50, A8 and AA. RGB value is (80,168,170). Sum of RGB (Red+Green+Blue) = 80+168+170=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #50A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A8AA is #AF5755. Grayscale: #8D8D8D. Windows color (decimal): -11491158 or 11184208. OLE color: 11184208.

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

Color convert

RGB80168170-
CMYK0.530.0100.33
HSL181.33º36%49.02%-
HSV(B)181.33º52.94%66.67%-
XYZ24.5732.6143.03-
YUV141.92143.8583.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=19.14%
G=40.19%
B=40.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801681700.530.0100.33181.333649.02
Hex50A8AA351021b52431
Octal1202502526510412654461
Binary101000010101000101010101101011010000110110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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