Html Css Color HEX #50A2AD Cadet Blue

📋 copy color: '#50A2AD'

red 80 ◦ green 162 ◦ blue 173

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

Shades of Cadet Blue #50A2AD

Tints of Cadet Blue #50A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 19.28%
G = 39.04%
B = 41.69%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#50A2AD (or 0x50A2AD) is known color: Cadet Blue. HEX triplet: 50, A2 and AD. RGB value is (80,162,173). Sum of RGB (Red+Green+Blue) = 80+162+173=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A2AD is #AF5D52. Grayscale: #8A8A8A. Windows color (decimal): -11492691 or 11379280. OLE color: 11379280.

HSL color Cylindrical-coordinate representation of color #50A2AD: hue angle of 187.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A2AD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 162 173 -
CMYK 0.54 0.06 0 0.32
HSL 187.1º 0.37% 0.5% -
HSV(B) 187.1º 0.54% 0.68% -
XYZ 23.77 30.56 44.18 -
YUV 138.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 80 162 173 0.54 0.06 0 0.32 187.1 0.37 0.5
Hex 50 A2 AD 36 6 0 20 BB 25 32
Octal 120 242 255 66 6 0 40 273 45 62
Binary 1010000 10100010 10101101 110110 110 0 100000 10111011 100101 110010

Color Harmonies of #50A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A2AD

Black with #50A2AD

Text Example


Text Example

White with #50A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,173); }

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

background-color css

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

 a { background-color: rgb(80,162,173); }

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

border-color css

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

 span { border-color: rgb(80,162,173); }

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