Html Css Color HEX #50AAA5 Cadet Blue

📋 copy color: '#50AAA5'

red 80 ◦ green 170 ◦ blue 165

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

Shades of Cadet Blue #50AAA5

Tints of Cadet Blue #50AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 19.28%
G = 40.96%
B = 39.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#50AAA5 (or 0x50AAA5) is known color: Cadet Blue. HEX triplet: 50, AA and A5. RGB value is (80,170,165). Sum of RGB (Red+Green+Blue) = 80+170+165=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #50AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAA5 is #AF555A. Grayscale: #8E8E8E. Windows color (decimal): -11490651 or 10857040. OLE color: 10857040.

HSL color Cylindrical-coordinate representation of color #50AAA5: hue angle of 176.67º 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 #50AAA5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 170 165 -
CMYK 0.53 0 0.03 0.33
HSL 176.67º 0.36% 0.49% -
HSV(B) 176.67º 0.53% 0.67% -
XYZ 24.47 33.17 40.71 -
YUV 142.52 140.68 83.41 -
System Red Green Blue C M Y K H S L
Decimal 80 170 165 0.53 0 0.03 0.33 176.67 0.36 0.49
Hex 50 AA A5 35 0 3 21 B1 24 31
Octal 120 252 245 65 0 3 41 261 44 61
Binary 1010000 10101010 10100101 110101 0 11 100001 10110001 100100 110001

Color Harmonies of #50AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAA5

Black with #50AAA5

Text Example


Text Example

White with #50AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,165); }

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

background-color css

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

 a { background-color: rgb(80,170,165); }

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

border-color css

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

 span { border-color: rgb(80,170,165); }

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