Html Css Color HEX #50AAA2 Cadet Blue

📋 copy color: '#50AAA2'

red 80 ◦ green 170 ◦ blue 162

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

Shades of Cadet Blue #50AAA2

Tints of Cadet Blue #50AAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.32%

R = 19.42%
G = 41.26%
B = 39.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#50AAA2 (or 0x50AAA2) is known color: Cadet Blue. HEX triplet: 50, AA and A2. RGB value is (80,170,162). Sum of RGB (Red+Green+Blue) = 80+170+162=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #50AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAA2 is #AF555D. Grayscale: #8E8E8E. Windows color (decimal): -11490654 or 10660432. OLE color: 10660432.

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

Color convert

RGB 80 170 162 -
CMYK 0.53 0 0.05 0.33
HSL 174.67º 0.36% 0.49% -
HSV(B) 174.67º 0.53% 0.67% -
XYZ 24.2 33.06 39.29 -
YUV 142.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 80 170 162 0.53 0 0.05 0.33 174.67 0.36 0.49
Hex 50 AA A2 35 0 5 21 AF 24 31
Octal 120 252 242 65 0 5 41 257 44 61
Binary 1010000 10101010 10100010 110101 0 101 100001 10101111 100100 110001

Color Harmonies of #50AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAA2

Black with #50AAA2

Text Example


Text Example

White with #50AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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