#5EADAB

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

Shades of Fountain Blue #5EADAB

Tints of Fountain Blue #5EADAB

Color information

#5EADAB (or 0x5EADAB) is unknown color: approx Fountain Blue. HEX triplet: 5E, AD and AB. RGB value is (94,173,171). Sum of RGB (Red+Green+Blue) = 94+173+171=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #5EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EADAB is #A15254. Grayscale: #959595. Windows color (decimal): -10572373 or 11251038. OLE color: 11251038.

HSL color Cylindrical-coordinate representation of color #5EADAB: hue angle of 178.48º 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 #5EADAB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB94173171-
CMYK0.4600.010.32
HSL178.48º32.51%52.35%-
HSV(B)178.48º45.66%67.84%-
XYZ26.9135.2143.91-
YUV149.15140.3388.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.46%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=21.46%
G=39.50%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941731710.4600.010.32178.4832.5152.35
Hex5EADAB2E0120b22134
Octal1362552535601402624164
Binary101111010101101101010111011100110000010110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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