Html Css Color HEX #50A1AB Cadet Blue

📋 copy color: '#50A1AB'

red 80 ◦ green 161 ◦ blue 171

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

Shades of Cadet Blue #50A1AB

Tints of Cadet Blue #50A1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 19.42%
G = 39.08%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#50A1AB (or 0x50A1AB) is known color: Cadet Blue. HEX triplet: 50, A1 and AB. RGB value is (80,161,171). Sum of RGB (Red+Green+Blue) = 80+161+171=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #50A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A1AB is #AF5E54. Grayscale: #898989. Windows color (decimal): -11492949 or 11247952. OLE color: 11247952.

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

Color convert

RGB 80 161 171 -
CMYK 0.53 0.06 0 0.33
HSL 186.59º 0.36% 0.49% -
HSV(B) 186.59º 0.53% 0.67% -
XYZ 23.4 30.14 43.11 -
YUV 137.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 80 161 171 0.53 0.06 0 0.33 186.59 0.36 0.49
Hex 50 A1 AB 35 6 0 21 BB 24 31
Octal 120 241 253 65 6 0 41 273 44 61
Binary 1010000 10100001 10101011 110101 110 0 100001 10111011 100100 110001

Color Harmonies of #50A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1AB

Black with #50A1AB

Text Example


Text Example

White with #50A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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