Html Css Color HEX #50A39C Cadet Blue

📋 copy color: '#50A39C'

red 80 ◦ green 163 ◦ blue 156

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

Shades of Cadet Blue #50A39C

Tints of Cadet Blue #50A39C

RGB

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

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

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

R = 20.05%
G = 40.85%
B = 39.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#50A39C (or 0x50A39C) is known color: Cadet Blue. HEX triplet: 50, A3 and 9C. RGB value is (80,163,156). Sum of RGB (Red+Green+Blue) = 80+163+156=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #50A39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A39C is #AF5C63. Grayscale: #898989. Windows color (decimal): -11492452 or 10265424. OLE color: 10265424.

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

Color convert

RGB 80 163 156 -
CMYK 0.51 0 0.04 0.36
HSL 174.94º 0.34% 0.48% -
HSV(B) 174.94º 0.51% 0.64% -
XYZ 22.41 30.3 36.12 -
YUV 137.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 80 163 156 0.51 0 0.04 0.36 174.94 0.34 0.48
Hex 50 A3 9C 33 0 4 24 AF 22 30
Octal 120 243 234 63 0 4 44 257 42 60
Binary 1010000 10100011 10011100 110011 0 100 100100 10101111 100010 110000

Color Harmonies of #50A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A39C

Black with #50A39C

Text Example


Text Example

White with #50A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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