Html Css Color HEX #50A49C Cadet Blue

📋 copy color: '#50A49C'

red 80 ◦ green 164 ◦ blue 156

#50A49C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #50A49C

Tints of Cadet Blue #50A49C

RGB

 RED value IS 80 (31.64% from 255) = 20%

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 20%
G = 41%
B = 39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#50A49C (or 0x50A49C) is known color: Cadet Blue. HEX triplet: 50, A4 and 9C. RGB value is (80,164,156). Sum of RGB (Red+Green+Blue) = 80+164+156=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #50A49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A49C is #AF5B63. Grayscale: #898989. Windows color (decimal): -11492196 or 10265680. OLE color: 10265680.

HSL color Cylindrical-coordinate representation of color #50A49C: hue angle of 174.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A49C is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 156 -
CMYK 0.51 0 0.05 0.36
HSL 174.29º 0.34% 0.48% -
HSV(B) 174.29º 0.51% 0.64% -
XYZ 22.58 30.66 36.18 -
YUV 137.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 80 164 156 0.51 0 0.05 0.36 174.29 0.34 0.48
Hex 50 A4 9C 33 0 5 24 AE 22 30
Octal 120 244 234 63 0 5 44 256 42 60
Binary 1010000 10100100 10011100 110011 0 101 100100 10101110 100010 110000

Color Harmonies of #50A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A49C

Black with #50A49C

Text Example


Text Example

White with #50A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,156); }

 H1.HeaderClassName
 {
   color: #50A49C;
 }
 .AnyTagClassName
 {
   color: #50A49C;
 }
</style>

background-color css

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

 a { background-color: rgb(80,164,156); }

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

border-color css

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

 span { border-color: rgb(80,164,156); }

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