Html Css Color HEX #50A89D Cadet Blue

📋 copy color: '#50A89D'

red 80 ◦ green 168 ◦ blue 157

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

Shades of Cadet Blue #50A89D

Tints of Cadet Blue #50A89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 19.75%
G = 41.48%
B = 38.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#50A89D (or 0x50A89D) is known color: Cadet Blue. HEX triplet: 50, A8 and 9D. RGB value is (80,168,157). Sum of RGB (Red+Green+Blue) = 80+168+157=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #50A89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A89D is #AF5762. Grayscale: #8C8C8C. Windows color (decimal): -11491171 or 10332240. OLE color: 10332240.

HSL color Cylindrical-coordinate representation of color #50A89D: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A89D is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 168 157 -
CMYK 0.52 0 0.07 0.34
HSL 172.5º 0.35% 0.49% -
HSV(B) 172.5º 0.52% 0.66% -
XYZ 23.4 32.15 36.87 -
YUV 140.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 80 168 157 0.52 0 0.07 0.34 172.5 0.35 0.49
Hex 50 A8 9D 34 0 7 22 AC 23 31
Octal 120 250 235 64 0 7 42 254 43 61
Binary 1010000 10101000 10011101 110100 0 111 100010 10101100 100011 110001

Color Harmonies of #50A89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A89D

Black with #50A89D

Text Example


Text Example

White with #50A89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,157); }

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

background-color css

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

 a { background-color: rgb(80,168,157); }

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

border-color css

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

 span { border-color: rgb(80,168,157); }

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