Html Css Color HEX #50ACAC Fountain Blue

📋 copy color: '#50ACAC'

red 80 ◦ green 172 ◦ blue 172

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

Shades of Fountain Blue #50ACAC

Tints of Fountain Blue #50ACAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 18.87%
G = 40.57%
B = 40.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#50ACAC (or 0x50ACAC) is known color: Fountain Blue. HEX triplet: 50, AC and AC. RGB value is (80,172,172). Sum of RGB (Red+Green+Blue) = 80+172+172=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #50ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ACAC is #AF5353. Grayscale: #909090. Windows color (decimal): -11490132 or 11316304. OLE color: 11316304.

HSL color Cylindrical-coordinate representation of color #50ACAC: hue angle of 180º 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 #50ACAC is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 172 -
CMYK 0.53 0 0 0.33
HSL 180º 0.37% 0.49% -
HSV(B) 180º 0.53% 0.67% -
XYZ 25.51 34.19 44.28 -
YUV 144.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 80 172 172 0.53 0 0 0.33 180 0.37 0.49
Hex 50 AC AC 35 0 0 21 B4 25 31
Octal 120 254 254 65 0 0 41 264 45 61
Binary 1010000 10101100 10101100 110101 0 0 100001 10110100 100101 110001

Color Harmonies of #50ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACAC

Black with #50ACAC

Text Example


Text Example

White with #50ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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