Html Css Color HEX #50A39E Cadet Blue

📋 copy color: '#50A39E'

red 80 ◦ green 163 ◦ blue 158

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

Shades of Cadet Blue #50A39E

Tints of Cadet Blue #50A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 19.95%
G = 40.65%
B = 39.4%

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

#50A39E (or 0x50A39E) is known color: Cadet Blue. HEX triplet: 50, A3 and 9E. RGB value is (80,163,158). Sum of RGB (Red+Green+Blue) = 80+163+158=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #50A39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A39E is #AF5C61. Grayscale: #898989. Windows color (decimal): -11492450 or 10396496. OLE color: 10396496.

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

Color convert

RGB 80 163 158 -
CMYK 0.51 0 0.03 0.36
HSL 176.39º 0.34% 0.48% -
HSV(B) 176.39º 0.51% 0.64% -
XYZ 22.58 30.37 37.02 -
YUV 137.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 80 163 158 0.51 0 0.03 0.36 176.39 0.34 0.48
Hex 50 A3 9E 33 0 3 24 B0 22 30
Octal 120 243 236 63 0 3 44 260 42 60
Binary 1010000 10100011 10011110 110011 0 11 100100 10110000 100010 110000

Color Harmonies of #50A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A39E

Black with #50A39E

Text Example


Text Example

White with #50A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,158); }

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

background-color css

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

 a { background-color: rgb(80,163,158); }

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

border-color css

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

 span { border-color: rgb(80,163,158); }

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