#5EACAD

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

Shades of Fountain Blue #5EACAD

Tints of Fountain Blue #5EACAD

Color information

#5EACAD (or 0x5EACAD) is unknown color: approx Fountain Blue. HEX triplet: 5E, AC and AD. RGB value is (94,172,173). Sum of RGB (Red+Green+Blue) = 94+172+173=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #5EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACAD is #A15352. Grayscale: #949494. Windows color (decimal): -10572627 or 11381854. OLE color: 11381854.

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

Color convert

RGB94172173-
CMYK0.460.0100.32
HSL180.76º32.51%52.35%-
HSV(B)180.76º45.66%67.84%-
XYZ26.9134.944.85-
YUV148.79141.6688.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=21.41%
G=39.18%
B=39.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941721730.460.0100.32180.7632.5152.35
Hex5EACAD2E1020b52134
Octal1362542555610402654164
Binary101111010101100101011011011101010000010110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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