#4EADAF

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

Shades of Fountain Blue #4EADAF

Tints of Fountain Blue #4EADAF

Color information

#4EADAF (or 0x4EADAF) is unknown color: approx Fountain Blue. HEX triplet: 4E, AD and AF. RGB value is (78,173,175). Sum of RGB (Red+Green+Blue) = 78+173+175=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #4EADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EADAF is #B15250. Grayscale: #909090. Windows color (decimal): -11620945 or 11513166. OLE color: 11513166.

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

Color convert

RGB78173175-
CMYK0.550.0100.31
HSL181.24º38.34%49.61%-
HSV(B)181.24º55.43%68.63%-
XYZ25.8234.645.88-
YUV144.82145.0380.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=18.31%
G=40.61%
B=41.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781731750.550.0100.31181.2438.3449.61
Hex4EADAF37101Fb52632
Octal1162552576710372654662
Binary10011101010110110101111110111101111110110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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