Html Css Color HEX #50A7AF Fountain Blue

📋 copy color: '#50A7AF'

red 80 ◦ green 167 ◦ blue 175

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

Shades of Fountain Blue #50A7AF

Tints of Fountain Blue #50A7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

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

R = 18.96%
G = 39.57%
B = 41.47%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#50A7AF (or 0x50A7AF) is known color: Fountain Blue. HEX triplet: 50, A7 and AF. RGB value is (80,167,175). Sum of RGB (Red+Green+Blue) = 80+167+175=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #50A7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A7AF is #AF5850. Grayscale: #8D8D8D. Windows color (decimal): -11491409 or 11511632. OLE color: 11511632.

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

Color convert

RGB 80 167 175 -
CMYK 0.54 0.05 0 0.31
HSL 185.05º 0.37% 0.5% -
HSV(B) 185.05º 0.54% 0.69% -
XYZ 24.86 32.44 45.51 -
YUV 141.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 80 167 175 0.54 0.05 0 0.31 185.05 0.37 0.5
Hex 50 A7 AF 36 5 0 1F B9 25 32
Octal 120 247 257 66 5 0 37 271 45 62
Binary 1010000 10100111 10101111 110110 101 0 11111 10111001 100101 110010

Color Harmonies of #50A7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A7AF

Black with #50A7AF

Text Example


Text Example

White with #50A7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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