Html Css Color HEX #50A295 Cadet Blue

📋 copy color: '#50A295'

red 80 ◦ green 162 ◦ blue 149

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

Shades of Cadet Blue #50A295

Tints of Cadet Blue #50A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 20.46%
G = 41.43%
B = 38.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#50A295 (or 0x50A295) is known color: Cadet Blue. HEX triplet: 50, A2 and 95. RGB value is (80,162,149). Sum of RGB (Red+Green+Blue) = 80+162+149=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #50A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A295 is #AF5D6A. Grayscale: #878787. Windows color (decimal): -11492715 or 9806416. OLE color: 9806416.

HSL color Cylindrical-coordinate representation of color #50A295: hue angle of 170.49º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A295 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 162 149 -
CMYK 0.51 0 0.08 0.36
HSL 170.49º 0.34% 0.47% -
HSV(B) 170.49º 0.51% 0.64% -
XYZ 21.65 29.72 33.03 -
YUV 136 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 80 162 149 0.51 0 0.08 0.36 170.49 0.34 0.47
Hex 50 A2 95 33 0 8 24 AA 22 2F
Octal 120 242 225 63 0 10 44 252 42 57
Binary 1010000 10100010 10010101 110011 0 1000 100100 10101010 100010 101111

Color Harmonies of #50A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A295

Black with #50A295

Text Example


Text Example

White with #50A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,149); }

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

background-color css

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

 a { background-color: rgb(80,162,149); }

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

border-color css

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

 span { border-color: rgb(80,162,149); }

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