#4EB5B2

Color #4EB5B2 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #4EB5B2

Tints of Fountain Blue #4EB5B2

Color information

#4EB5B2 (or 0x4EB5B2) is unknown color: approx Fountain Blue. HEX triplet: 4E, B5 and B2. RGB value is (78,181,178). Sum of RGB (Red+Green+Blue) = 78+181+178=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #4EB5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB5B2 is #B14A4D. Grayscale: #959595. Windows color (decimal): -11618894 or 11711822. OLE color: 11711822.

HSL color Cylindrical-coordinate representation of color #4EB5B2: hue angle of 178.25º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB5B2 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB78181178-
CMYK0.5700.020.29
HSL178.25º41.04%50.78%-
HSV(B)178.25º56.91%70.98%-
XYZ27.737.8847.97-
YUV149.86143.8876.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.85%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=17.85%
G=41.42%
B=40.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781811780.5700.020.29178.2541.0450.78
Hex4EB5B239021Db22933
Octal1162652627102352625163
Binary100111010110101101100101110010101110110110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EB5B2; }

 p { color: rgb(78,181,178); }

 H1.HeaderClassName
 {
   color: #4EB5B2;
 }
 .AnyTagClassName
 {
   color: #4EB5B2;
 }
</style>
background-color css

<style>
 a { background-color: #4EB5B2; }

 a { background-color: rgb(78,181,178); }

 div.DivClassName
 {
   background-color: #4EB5B2;
 }
 .BgClassName
 {
   background-color: #4EB5B2;
 }
</style>
border-color css

<style>
 span { border-color: #4EB5B2; }

 span { border-color: rgb(78,181,178); }

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