Html Css Color HEX #50AFB2 Fountain Blue

📋 copy color: '#50AFB2'

red 80 ◦ green 175 ◦ blue 178

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

Shades of Fountain Blue #50AFB2

Tints of Fountain Blue #50AFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 18.48%
G = 40.42%
B = 41.11%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#50AFB2 (or 0x50AFB2) is known color: Fountain Blue. HEX triplet: 50, AF and B2. RGB value is (80,175,178). Sum of RGB (Red+Green+Blue) = 80+175+178=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #50AFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFB2 is #AF504D. Grayscale: #929292. Windows color (decimal): -11489358 or 11710288. OLE color: 11710288.

HSL color Cylindrical-coordinate representation of color #50AFB2: hue angle of 181.84º 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 #50AFB2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 175 178 -
CMYK 0.55 0.02 0 0.30
HSL 181.84º 0.39% 0.51% -
HSV(B) 181.84º 0.55% 0.7% -
XYZ 26.67 35.58 47.58 -
YUV 146.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 80 175 178 0.55 0.02 0 0.30 181.84 0.39 0.51
Hex 50 AF B2 37 2 0 1E B6 27 33
Octal 120 257 262 67 2 0 36 266 47 63
Binary 1010000 10101111 10110010 110111 10 0 11110 10110110 100111 110011

Color Harmonies of #50AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFB2

Black with #50AFB2

Text Example


Text Example

White with #50AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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