#5EADBE

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

Shades of Fountain Blue #5EADBE

Tints of Fountain Blue #5EADBE

Color information

#5EADBE (or 0x5EADBE) is unknown color: approx Fountain Blue. HEX triplet: 5E, AD and BE. RGB value is (94,173,190). Sum of RGB (Red+Green+Blue) = 94+173+190=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADBE is #A15241. Grayscale: #979797. Windows color (decimal): -10572354 or 12496222. OLE color: 12496222.

HSL color Cylindrical-coordinate representation of color #5EADBE: hue angle of 190.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EADBE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94173190-
CMYK0.510.0900.25
HSL190.62º42.48%55.69%-
HSV(B)190.62º50.53%74.51%-
XYZ28.8535.9854.14-
YUV151.32149.8387.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.57%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=20.57%
G=37.86%
B=41.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941731900.510.0900.25190.6242.4855.69
Hex5EADBE339019bf2a38
Octal13625527663110312775270
Binary10111101010110110111110110011100101100110111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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