#4EACAD

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

Shades of Fountain Blue #4EACAD

Tints of Fountain Blue #4EACAD

Color information

#4EACAD (or 0x4EACAD) is unknown color: approx Fountain Blue. HEX triplet: 4E, AC and AD. RGB value is (78,172,173). Sum of RGB (Red+Green+Blue) = 78+172+173=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #4EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EACAD is #B15352. Grayscale: #8F8F8F. Windows color (decimal): -11621203 or 11381838. OLE color: 11381838.

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

Color convert

RGB78172173-
CMYK0.550.0100.32
HSL180.63º37.85%49.22%-
HSV(B)180.63º54.91%67.84%-
XYZ25.4434.1444.78-
YUV144.01144.3680.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.44%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=18.44%
G=40.66%
B=40.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781721730.550.0100.32180.6337.8549.22
Hex4EACAD371020b52631
Octal1162542556710402654661
Binary100111010101100101011011101111010000010110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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