Html Css Color HEX #50B2B0 Fountain Blue

📋 copy color: '#50B2B0'

red 80 ◦ green 178 ◦ blue 176

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

Shades of Fountain Blue #50B2B0

Tints of Fountain Blue #50B2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 18.43%
G = 41.01%
B = 40.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#50B2B0 (or 0x50B2B0) is known color: Fountain Blue. HEX triplet: 50, B2 and B0. RGB value is (80,178,176). Sum of RGB (Red+Green+Blue) = 80+178+176=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #50B2B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B2B0 is #AF4D4F. Grayscale: #949494. Windows color (decimal): -11488592 or 11579984. OLE color: 11579984.

HSL color Cylindrical-coordinate representation of color #50B2B0: hue angle of 178.78º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B2B0 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 176 -
CMYK 0.55 0 0.01 0.30
HSL 178.78º 0.39% 0.51% -
HSV(B) 178.78º 0.55% 0.7% -
XYZ 27.07 36.68 46.73 -
YUV 148.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 80 178 176 0.55 0 0.01 0.30 178.78 0.39 0.51
Hex 50 B2 B0 37 0 1 1E B3 27 33
Octal 120 262 260 67 0 1 36 263 47 63
Binary 1010000 10110010 10110000 110111 0 1 11110 10110011 100111 110011

Color Harmonies of #50B2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2B0

Black with #50B2B0

Text Example


Text Example

White with #50B2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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