Html Css Color HEX #50ABA9 Cadet Blue

📋 copy color: '#50ABA9'

red 80 ◦ green 171 ◦ blue 169

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

Shades of Cadet Blue #50ABA9

Tints of Cadet Blue #50ABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 19.05%
G = 40.71%
B = 40.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#50ABA9 (or 0x50ABA9) is known color: Cadet Blue. HEX triplet: 50, AB and A9. RGB value is (80,171,169). Sum of RGB (Red+Green+Blue) = 80+171+169=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #50ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABA9 is #AF5456. Grayscale: #8F8F8F. Windows color (decimal): -11490391 or 11119440. OLE color: 11119440.

HSL color Cylindrical-coordinate representation of color #50ABA9: hue angle of 178.68º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50ABA9 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 169 -
CMYK 0.53 0 0.01 0.33
HSL 178.68º 0.36% 0.49% -
HSV(B) 178.68º 0.53% 0.67% -
XYZ 25.03 33.7 42.72 -
YUV 143.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 80 171 169 0.53 0 0.01 0.33 178.68 0.36 0.49
Hex 50 AB A9 35 0 1 21 B3 24 31
Octal 120 253 251 65 0 1 41 263 44 61
Binary 1010000 10101011 10101001 110101 0 1 100001 10110011 100100 110001

Color Harmonies of #50ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABA9

Black with #50ABA9

Text Example


Text Example

White with #50ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,169); }

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

background-color css

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

 a { background-color: rgb(80,171,169); }

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

border-color css

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

 span { border-color: rgb(80,171,169); }

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