Html Css Color HEX #50A49F Cadet Blue

📋 copy color: '#50A49F'

red 80 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #50A49F

Tints of Cadet Blue #50A49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 19.85%
G = 40.69%
B = 39.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#50A49F (or 0x50A49F) is known color: Cadet Blue. HEX triplet: 50, A4 and 9F. RGB value is (80,164,159). Sum of RGB (Red+Green+Blue) = 80+164+159=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #50A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A49F is #AF5B60. Grayscale: #8A8A8A. Windows color (decimal): -11492193 or 10462288. OLE color: 10462288.

HSL color Cylindrical-coordinate representation of color #50A49F: hue angle of 176.43º 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 #50A49F is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 159 -
CMYK 0.51 0 0.03 0.36
HSL 176.43º 0.34% 0.48% -
HSV(B) 176.43º 0.51% 0.64% -
XYZ 22.84 30.76 37.53 -
YUV 138.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 80 164 159 0.51 0 0.03 0.36 176.43 0.34 0.48
Hex 50 A4 9F 33 0 3 24 B0 22 30
Octal 120 244 237 63 0 3 44 260 42 60
Binary 1010000 10100100 10011111 110011 0 11 100100 10110000 100010 110000

Color Harmonies of #50A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A49F

Black with #50A49F

Text Example


Text Example

White with #50A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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