Html Css Color HEX #50ADAF Fountain Blue

📋 copy color: '#50ADAF'

red 80 ◦ green 173 ◦ blue 175

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

Shades of Fountain Blue #50ADAF

Tints of Fountain Blue #50ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 18.69%
G = 40.42%
B = 40.89%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#50ADAF (or 0x50ADAF) is known color: Fountain Blue. HEX triplet: 50, AD and AF. RGB value is (80,173,175). Sum of RGB (Red+Green+Blue) = 80+173+175=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #50ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADAF is #AF5250. Grayscale: #919191. Windows color (decimal): -11489873 or 11513168. OLE color: 11513168.

HSL color Cylindrical-coordinate representation of color #50ADAF: hue angle of 181.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50ADAF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 173 175 -
CMYK 0.54 0.01 0 0.31
HSL 181.26º 0.37% 0.5% -
HSV(B) 181.26º 0.54% 0.69% -
XYZ 25.99 34.69 45.88 -
YUV 145.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 80 173 175 0.54 0.01 0 0.31 181.26 0.37 0.5
Hex 50 AD AF 36 1 0 1F B5 25 32
Octal 120 255 257 66 1 0 37 265 45 62
Binary 1010000 10101101 10101111 110110 1 0 11111 10110101 100101 110010

Color Harmonies of #50ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADAF

Black with #50ADAF

Text Example


Text Example

White with #50ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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