Html Css Color HEX #50A6AC Cadet Blue

📋 copy color: '#50A6AC'

red 80 ◦ green 166 ◦ blue 172

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

Shades of Cadet Blue #50A6AC

Tints of Cadet Blue #50A6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 19.14%
G = 39.71%
B = 41.15%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#50A6AC (or 0x50A6AC) is known color: Cadet Blue. HEX triplet: 50, A6 and AC. RGB value is (80,166,172). Sum of RGB (Red+Green+Blue) = 80+166+172=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #50A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A6AC is #AF5953. Grayscale: #8C8C8C. Windows color (decimal): -11491668 or 11314768. OLE color: 11314768.

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

Color convert

RGB 80 166 172 -
CMYK 0.53 0.03 0 0.33
HSL 183.91º 0.37% 0.49% -
HSV(B) 183.91º 0.53% 0.67% -
XYZ 24.39 31.96 43.91 -
YUV 140.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 80 166 172 0.53 0.03 0 0.33 183.91 0.37 0.49
Hex 50 A6 AC 35 3 0 21 B8 25 31
Octal 120 246 254 65 3 0 41 270 45 61
Binary 1010000 10100110 10101100 110101 11 0 100001 10111000 100101 110001

Color Harmonies of #50A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6AC

Black with #50A6AC

Text Example


Text Example

White with #50A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,172); }

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

background-color css

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

 a { background-color: rgb(80,166,172); }

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

border-color css

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

 span { border-color: rgb(80,166,172); }

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