Html Css Color HEX #50A3AA Cadet Blue

📋 copy color: '#50A3AA'

red 80 ◦ green 163 ◦ blue 170

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

Shades of Cadet Blue #50A3AA

Tints of Cadet Blue #50A3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 19.37%
G = 39.47%
B = 41.16%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#50A3AA (or 0x50A3AA) is known color: Cadet Blue. HEX triplet: 50, A3 and AA. RGB value is (80,163,170). Sum of RGB (Red+Green+Blue) = 80+163+170=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #50A3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A3AA is #AF5C55. Grayscale: #8A8A8A. Windows color (decimal): -11492438 or 11182928. OLE color: 11182928.

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

Color convert

RGB 80 163 170 -
CMYK 0.53 0.04 0 0.33
HSL 184.67º 0.36% 0.49% -
HSV(B) 184.67º 0.53% 0.67% -
XYZ 23.66 30.8 42.73 -
YUV 138.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 80 163 170 0.53 0.04 0 0.33 184.67 0.36 0.49
Hex 50 A3 AA 35 4 0 21 B9 24 31
Octal 120 243 252 65 4 0 41 271 44 61
Binary 1010000 10100011 10101010 110101 100 0 100001 10111001 100100 110001

Color Harmonies of #50A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A3AA

Black with #50A3AA

Text Example


Text Example

White with #50A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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