Html Css Color HEX #50ACB4 Fountain Blue

📋 copy color: '#50ACB4'

red 80 ◦ green 172 ◦ blue 180

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

Shades of Fountain Blue #50ACB4

Tints of Fountain Blue #50ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 18.52%
G = 39.81%
B = 41.67%

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

#50ACB4 (or 0x50ACB4) is known color: Fountain Blue. HEX triplet: 50, AC and B4. RGB value is (80,172,180). Sum of RGB (Red+Green+Blue) = 80+172+180=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #50ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACB4 is #AF534B. Grayscale: #919191. Windows color (decimal): -11490124 or 11840592. OLE color: 11840592.

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

Color convert

RGB 80 172 180 -
CMYK 0.56 0.04 0 0.29
HSL 184.8º 0.4% 0.51% -
HSV(B) 184.8º 0.56% 0.71% -
XYZ 26.3 34.51 48.45 -
YUV 145.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 80 172 180 0.56 0.04 0 0.29 184.8 0.4 0.51
Hex 50 AC B4 38 4 0 1D B9 28 33
Octal 120 254 264 70 4 0 35 271 50 63
Binary 1010000 10101100 10110100 111000 100 0 11101 10111001 101000 110011

Color Harmonies of #50ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACB4

Black with #50ACB4

Text Example


Text Example

White with #50ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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