Html Css Color HEX #50A29F Cadet Blue

📋 copy color: '#50A29F'

red 80 ◦ green 162 ◦ blue 159

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

Shades of Cadet Blue #50A29F

Tints of Cadet Blue #50A29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 19.95%
G = 40.4%
B = 39.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#50A29F (or 0x50A29F) is known color: Cadet Blue. HEX triplet: 50, A2 and 9F. RGB value is (80,162,159). Sum of RGB (Red+Green+Blue) = 80+162+159=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #50A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A29F is #AF5D60. Grayscale: #898989. Windows color (decimal): -11492705 or 10461776. OLE color: 10461776.

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

Color convert

RGB 80 162 159 -
CMYK 0.51 0 0.02 0.36
HSL 177.8º 0.34% 0.47% -
HSV(B) 177.8º 0.51% 0.64% -
XYZ 22.49 30.05 37.42 -
YUV 137.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 80 162 159 0.51 0 0.02 0.36 177.8 0.34 0.47
Hex 50 A2 9F 33 0 2 24 B2 22 2F
Octal 120 242 237 63 0 2 44 262 42 57
Binary 1010000 10100010 10011111 110011 0 10 100100 10110010 100010 101111

Color Harmonies of #50A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A29F

Black with #50A29F

Text Example


Text Example

White with #50A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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