Html Css Color HEX #50ACAB Fountain Blue

📋 copy color: '#50ACAB'

red 80 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #50ACAB

Tints of Fountain Blue #50ACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 18.91%
G = 40.66%
B = 40.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#50ACAB (or 0x50ACAB) is known color: Fountain Blue. HEX triplet: 50, AC and AB. RGB value is (80,172,171). Sum of RGB (Red+Green+Blue) = 80+172+171=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #50ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ACAB is #AF5354. Grayscale: #909090. Windows color (decimal): -11490133 or 11250768. OLE color: 11250768.

HSL color Cylindrical-coordinate representation of color #50ACAB: hue angle of 179.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50ACAB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 171 -
CMYK 0.53 0 0.01 0.33
HSL 179.35º 0.37% 0.49% -
HSV(B) 179.35º 0.53% 0.67% -
XYZ 25.41 34.15 43.78 -
YUV 144.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 80 172 171 0.53 0 0.01 0.33 179.35 0.37 0.49
Hex 50 AC AB 35 0 1 21 B3 25 31
Octal 120 254 253 65 0 1 41 263 45 61
Binary 1010000 10101100 10101011 110101 0 1 100001 10110011 100101 110001

Color Harmonies of #50ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACAB

Black with #50ACAB

Text Example


Text Example

White with #50ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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