Html Css Color HEX #50B3B5 Fountain Blue

📋 copy color: '#50B3B5'

red 80 ◦ green 179 ◦ blue 181

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

Shades of Fountain Blue #50B3B5

Tints of Fountain Blue #50B3B5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 18.18%
G = 40.68%
B = 41.14%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#50B3B5 (or 0x50B3B5) is known color: Fountain Blue. HEX triplet: 50, B3 and B5. RGB value is (80,179,181). Sum of RGB (Red+Green+Blue) = 80+179+181=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #50B3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3B5 is #AF4C4A. Grayscale: #959595. Windows color (decimal): -11488331 or 11907920. OLE color: 11907920.

HSL color Cylindrical-coordinate representation of color #50B3B5: hue angle of 181.19º 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 #50B3B5 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 179 181 -
CMYK 0.56 0.01 0 0.29
HSL 181.19º 0.41% 0.51% -
HSV(B) 181.19º 0.56% 0.71% -
XYZ 27.77 37.28 49.45 -
YUV 149.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 80 179 181 0.56 0.01 0 0.29 181.19 0.41 0.51
Hex 50 B3 B5 38 1 0 1D B5 29 33
Octal 120 263 265 70 1 0 35 265 51 63
Binary 1010000 10110011 10110101 111000 1 0 11101 10110101 101001 110011

Color Harmonies of #50B3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B3B5

Black with #50B3B5

Text Example


Text Example

White with #50B3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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