Html Css Color HEX #50AAA8 Cadet Blue

📋 copy color: '#50AAA8'

red 80 ◦ green 170 ◦ blue 168

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

Shades of Cadet Blue #50AAA8

Tints of Cadet Blue #50AAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 19.14%
G = 40.67%
B = 40.19%

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

#50AAA8 (or 0x50AAA8) is known color: Cadet Blue. HEX triplet: 50, AA and A8. RGB value is (80,170,168). Sum of RGB (Red+Green+Blue) = 80+170+168=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #50AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAA8 is #AF5557. Grayscale: #8E8E8E. Windows color (decimal): -11490648 or 11053648. OLE color: 11053648.

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

Color convert

RGB 80 170 168 -
CMYK 0.53 0 0.01 0.33
HSL 178.67º 0.36% 0.49% -
HSV(B) 178.67º 0.53% 0.67% -
XYZ 24.75 33.28 42.17 -
YUV 142.86 142.18 83.16 -
System Red Green Blue C M Y K H S L
Decimal 80 170 168 0.53 0 0.01 0.33 178.67 0.36 0.49
Hex 50 AA A8 35 0 1 21 B3 24 31
Octal 120 252 250 65 0 1 41 263 44 61
Binary 1010000 10101010 10101000 110101 0 1 100001 10110011 100100 110001

Color Harmonies of #50AAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAA8

Black with #50AAA8

Text Example


Text Example

White with #50AAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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