Html Css Color HEX #50A69A Cadet Blue

📋 copy color: '#50A69A'

red 80 ◦ green 166 ◦ blue 154

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

Shades of Cadet Blue #50A69A

Tints of Cadet Blue #50A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 20%
G = 41.5%
B = 38.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#50A69A (or 0x50A69A) is known color: Cadet Blue. HEX triplet: 50, A6 and 9A. RGB value is (80,166,154). Sum of RGB (Red+Green+Blue) = 80+166+154=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #50A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A69A is #AF5965. Grayscale: #8A8A8A. Windows color (decimal): -11491686 or 10135120. OLE color: 10135120.

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

Color convert

RGB 80 166 154 -
CMYK 0.52 0 0.07 0.35
HSL 171.63º 0.35% 0.48% -
HSV(B) 171.63º 0.52% 0.65% -
XYZ 22.78 31.31 35.42 -
YUV 138.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 80 166 154 0.52 0 0.07 0.35 171.63 0.35 0.48
Hex 50 A6 9A 34 0 7 23 AC 23 30
Octal 120 246 232 64 0 7 43 254 43 60
Binary 1010000 10100110 10011010 110100 0 111 100011 10101100 100011 110000

Color Harmonies of #50A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A69A

Black with #50A69A

Text Example


Text Example

White with #50A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,154); }

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

background-color css

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

 a { background-color: rgb(80,166,154); }

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

border-color css

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

 span { border-color: rgb(80,166,154); }

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