Html Css Color HEX #50B7B4 Fountain Blue

📋 copy color: '#50B7B4'

red 80 ◦ green 183 ◦ blue 180

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

Shades of Fountain Blue #50B7B4

Tints of Fountain Blue #50B7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 18.06%
G = 41.31%
B = 40.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#50B7B4 (or 0x50B7B4) is known color: Fountain Blue. HEX triplet: 50, B7 and B4. RGB value is (80,183,180). Sum of RGB (Red+Green+Blue) = 80+183+180=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #50B7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7B4 is #AF484B. Grayscale: #979797. Windows color (decimal): -11487308 or 11843408. OLE color: 11843408.

HSL color Cylindrical-coordinate representation of color #50B7B4: hue angle of 178.25º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B7B4 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 180 -
CMYK 0.56 0 0.02 0.28
HSL 178.25º 0.42% 0.52% -
HSV(B) 178.25º 0.56% 0.72% -
XYZ 28.48 38.87 49.18 -
YUV 151.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 80 183 180 0.56 0 0.02 0.28 178.25 0.42 0.52
Hex 50 B7 B4 38 0 2 1C B2 2A 34
Octal 120 267 264 70 0 2 34 262 52 64
Binary 1010000 10110111 10110100 111000 0 10 11100 10110010 101010 110100

Color Harmonies of #50B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7B4

Black with #50B7B4

Text Example


Text Example

White with #50B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,180); }

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

background-color css

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

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

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

border-color css

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

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

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