Html Css Color HEX #50ABAD Fountain Blue

📋 copy color: '#50ABAD'

red 80 ◦ green 171 ◦ blue 173

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

Shades of Fountain Blue #50ABAD

Tints of Fountain Blue #50ABAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 18.87%
G = 40.33%
B = 40.8%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#50ABAD (or 0x50ABAD) is known color: Fountain Blue. HEX triplet: 50, AB and AD. RGB value is (80,171,173). Sum of RGB (Red+Green+Blue) = 80+171+173=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #50ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABAD is #AF5452. Grayscale: #8F8F8F. Windows color (decimal): -11490387 or 11381584. OLE color: 11381584.

HSL color Cylindrical-coordinate representation of color #50ABAD: hue angle of 181.29º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50ABAD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 171 173 -
CMYK 0.54 0.01 0 0.32
HSL 181.29º 0.37% 0.5% -
HSV(B) 181.29º 0.54% 0.68% -
XYZ 25.41 33.85 44.73 -
YUV 144.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 80 171 173 0.54 0.01 0 0.32 181.29 0.37 0.5
Hex 50 AB AD 36 1 0 20 B5 25 32
Octal 120 253 255 66 1 0 40 265 45 62
Binary 1010000 10101011 10101101 110110 1 0 100000 10110101 100101 110010

Color Harmonies of #50ABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABAD

Black with #50ABAD

Text Example


Text Example

White with #50ABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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