Html Css Color HEX #50ACB5 Fountain Blue

📋 copy color: '#50ACB5'

red 80 ◦ green 172 ◦ blue 181

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

Shades of Fountain Blue #50ACB5

Tints of Fountain Blue #50ACB5

RGB

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

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

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

R = 18.48%
G = 39.72%
B = 41.8%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#50ACB5 (or 0x50ACB5) is known color: Fountain Blue. HEX triplet: 50, AC and B5. RGB value is (80,172,181). Sum of RGB (Red+Green+Blue) = 80+172+181=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #50ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACB5 is #AF534A. Grayscale: #919191. Windows color (decimal): -11490123 or 11906128. OLE color: 11906128.

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

Color convert

RGB 80 172 181 -
CMYK 0.56 0.05 0 0.29
HSL 185.35º 0.41% 0.51% -
HSV(B) 185.35º 0.56% 0.71% -
XYZ 26.4 34.55 48.99 -
YUV 145.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 80 172 181 0.56 0.05 0 0.29 185.35 0.41 0.51
Hex 50 AC B5 38 5 0 1D B9 29 33
Octal 120 254 265 70 5 0 35 271 51 63
Binary 1010000 10101100 10110101 111000 101 0 11101 10111001 101001 110011

Color Harmonies of #50ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACB5

Black with #50ACB5

Text Example


Text Example

White with #50ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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