Html Css Color HEX #50B2B4 Fountain Blue

📋 copy color: '#50B2B4'

red 80 ◦ green 178 ◦ blue 180

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

Shades of Fountain Blue #50B2B4

Tints of Fountain Blue #50B2B4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 18.26%
G = 40.64%
B = 41.1%

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

#50B2B4 (or 0x50B2B4) is known color: Fountain Blue. HEX triplet: 50, B2 and B4. RGB value is (80,178,180). Sum of RGB (Red+Green+Blue) = 80+178+180=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #50B2B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2B4 is #AF4D4B. Grayscale: #949494. Windows color (decimal): -11488588 or 11842128. OLE color: 11842128.

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

Color convert

RGB 80 178 180 -
CMYK 0.56 0.01 0 0.29
HSL 181.2º 0.4% 0.51% -
HSV(B) 181.2º 0.56% 0.71% -
XYZ 27.47 36.84 48.84 -
YUV 148.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 80 178 180 0.56 0.01 0 0.29 181.2 0.4 0.51
Hex 50 B2 B4 38 1 0 1D B5 28 33
Octal 120 262 264 70 1 0 35 265 50 63
Binary 1010000 10110010 10110100 111000 1 0 11101 10110101 101000 110011

Color Harmonies of #50B2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2B4

Black with #50B2B4

Text Example


Text Example

White with #50B2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,180); }

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

background-color css

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

 a { background-color: rgb(80,178,180); }

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

border-color css

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

 span { border-color: rgb(80,178,180); }

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