Html Css Color HEX #50ADB2 Fountain Blue

📋 copy color: '#50ADB2'

red 80 ◦ green 173 ◦ blue 178

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

Shades of Fountain Blue #50ADB2

Tints of Fountain Blue #50ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 18.56%
G = 40.14%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#50ADB2 (or 0x50ADB2) is known color: Fountain Blue. HEX triplet: 50, AD and B2. RGB value is (80,173,178). Sum of RGB (Red+Green+Blue) = 80+173+178=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #50ADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADB2 is #AF524D. Grayscale: #919191. Windows color (decimal): -11489870 or 11709776. OLE color: 11709776.

HSL color Cylindrical-coordinate representation of color #50ADB2: hue angle of 183.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50ADB2 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 173 178 -
CMYK 0.55 0.03 0 0.30
HSL 183.06º 0.39% 0.51% -
HSV(B) 183.06º 0.55% 0.7% -
XYZ 26.29 34.81 47.45 -
YUV 145.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 80 173 178 0.55 0.03 0 0.30 183.06 0.39 0.51
Hex 50 AD B2 37 3 0 1E B7 27 33
Octal 120 255 262 67 3 0 36 267 47 63
Binary 1010000 10101101 10110010 110111 11 0 11110 10110111 100111 110011

Color Harmonies of #50ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADB2

Black with #50ADB2

Text Example


Text Example

White with #50ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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