Html Css Color HEX #50ADB5 Fountain Blue

📋 copy color: '#50ADB5'

red 80 ◦ green 173 ◦ blue 181

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

Shades of Fountain Blue #50ADB5

Tints of Fountain Blue #50ADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 18.43%
G = 39.86%
B = 41.71%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#50ADB5 (or 0x50ADB5) is known color: Fountain Blue. HEX triplet: 50, AD and B5. RGB value is (80,173,181). Sum of RGB (Red+Green+Blue) = 80+173+181=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #50ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADB5 is #AF524A. Grayscale: #919191. Windows color (decimal): -11489867 or 11906384. OLE color: 11906384.

HSL color Cylindrical-coordinate representation of color #50ADB5: hue angle of 184.75º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50ADB5 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 173 181 -
CMYK 0.56 0.04 0 0.29
HSL 184.75º 0.41% 0.51% -
HSV(B) 184.75º 0.56% 0.71% -
XYZ 26.59 34.93 49.06 -
YUV 146.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 80 173 181 0.56 0.04 0 0.29 184.75 0.41 0.51
Hex 50 AD B5 38 4 0 1D B9 29 33
Octal 120 255 265 70 4 0 35 271 51 63
Binary 1010000 10101101 10110101 111000 100 0 11101 10111001 101001 110011

Color Harmonies of #50ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADB5

Black with #50ADB5

Text Example


Text Example

White with #50ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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