Html Css Color HEX #50A1AD Cadet Blue

📋 copy color: '#50A1AD'

red 80 ◦ green 161 ◦ blue 173

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

Shades of Cadet Blue #50A1AD

Tints of Cadet Blue #50A1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 19.32%
G = 38.89%
B = 41.79%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#50A1AD (or 0x50A1AD) is known color: Cadet Blue. HEX triplet: 50, A1 and AD. RGB value is (80,161,173). Sum of RGB (Red+Green+Blue) = 80+161+173=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A1AD is #AF5E52. Grayscale: #8A8A8A. Windows color (decimal): -11492947 or 11379024. OLE color: 11379024.

HSL color Cylindrical-coordinate representation of color #50A1AD: hue angle of 187.74º 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 #50A1AD is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 161 173 -
CMYK 0.54 0.07 0 0.32
HSL 187.74º 0.37% 0.5% -
HSV(B) 187.74º 0.54% 0.68% -
XYZ 23.6 30.21 44.12 -
YUV 138.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 80 161 173 0.54 0.07 0 0.32 187.74 0.37 0.5
Hex 50 A1 AD 36 7 0 20 BC 25 32
Octal 120 241 255 66 7 0 40 274 45 62
Binary 1010000 10100001 10101101 110110 111 0 100000 10111100 100101 110010

Color Harmonies of #50A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1AD

Black with #50A1AD

Text Example


Text Example

White with #50A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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