Html Css Color HEX #50A09E Cadet Blue

📋 copy color: '#50A09E'

red 80 ◦ green 160 ◦ blue 158

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

Shades of Cadet Blue #50A09E

Tints of Cadet Blue #50A09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 20.1%
G = 40.2%
B = 39.7%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#50A09E (or 0x50A09E) is known color: Cadet Blue. HEX triplet: 50, A0 and 9E. RGB value is (80,160,158). Sum of RGB (Red+Green+Blue) = 80+160+158=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #50A09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A09E is #AF5F61. Grayscale: #878787. Windows color (decimal): -11493218 or 10395728. OLE color: 10395728.

HSL color Cylindrical-coordinate representation of color #50A09E: hue angle of 178.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A09E is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 158 -
CMYK 0.5 0 0.01 0.37
HSL 178.5º 0.33% 0.47% -
HSV(B) 178.5º 0.5% 0.63% -
XYZ 22.05 29.32 36.84 -
YUV 135.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 80 160 158 0.5 0 0.01 0.37 178.5 0.33 0.47
Hex 50 A0 9E 32 0 1 25 B2 21 2F
Octal 120 240 236 62 0 1 45 262 41 57
Binary 1010000 10100000 10011110 110010 0 1 100101 10110010 100001 101111

Color Harmonies of #50A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A09E

Black with #50A09E

Text Example


Text Example

White with #50A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,160,158); }

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

background-color css

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

 a { background-color: rgb(80,160,158); }

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

border-color css

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

 span { border-color: rgb(80,160,158); }

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