#5DAEAC

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

Shades of Fountain Blue #5DAEAC

Tints of Fountain Blue #5DAEAC

Color information

#5DAEAC (or 0x5DAEAC) is unknown color: approx Fountain Blue. HEX triplet: 5D, AE and AC. RGB value is (93,174,172). Sum of RGB (Red+Green+Blue) = 93+174+172=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEAC is #A25153. Grayscale: #959595. Windows color (decimal): -10637652 or 11316829. OLE color: 11316829.

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

Color convert

RGB93174172-
CMYK0.4700.010.32
HSL178.52º33.33%52.35%-
HSV(B)178.52º46.55%68.24%-
XYZ27.135.5844.47-
YUV149.55140.6687.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.18%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=21.18%
G=39.64%
B=39.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931741720.4700.010.32178.5233.3352.35
Hex5DAEAC2F0120b32134
Octal1352562545701402634164
Binary101110110101110101011001011110110000010110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,174,172); }

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

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

 a { background-color: rgb(93,174,172); }

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

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

 span { border-color: rgb(93,174,172); }

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