Html Css Color HEX #50A29C Cadet Blue

📋 copy color: '#50A29C'

red 80 ◦ green 162 ◦ blue 156

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

Shades of Cadet Blue #50A29C

Tints of Cadet Blue #50A29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 20.1%
G = 40.7%
B = 39.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#50A29C (or 0x50A29C) is known color: Cadet Blue. HEX triplet: 50, A2 and 9C. RGB value is (80,162,156). Sum of RGB (Red+Green+Blue) = 80+162+156=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #50A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A29C is #AF5D63. Grayscale: #888888. Windows color (decimal): -11492708 or 10265168. OLE color: 10265168.

HSL color Cylindrical-coordinate representation of color #50A29C: hue angle of 175.61º 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 #50A29C is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 162 156 -
CMYK 0.51 0 0.04 0.36
HSL 175.61º 0.34% 0.47% -
HSV(B) 175.61º 0.51% 0.64% -
XYZ 22.23 29.95 36.06 -
YUV 136.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 80 162 156 0.51 0 0.04 0.36 175.61 0.34 0.47
Hex 50 A2 9C 33 0 4 24 B0 22 2F
Octal 120 242 234 63 0 4 44 260 42 57
Binary 1010000 10100010 10011100 110011 0 100 100100 10110000 100010 101111

Color Harmonies of #50A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A29C

Black with #50A29C

Text Example


Text Example

White with #50A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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