#5DAEAE

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

Shades of Fountain Blue #5DAEAE

Tints of Fountain Blue #5DAEAE

Color information

#5DAEAE (or 0x5DAEAE) is unknown color: approx Fountain Blue. HEX triplet: 5D, AE and AE. RGB value is (93,174,174). Sum of RGB (Red+Green+Blue) = 93+174+174=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #5DAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEAE is #A25151. Grayscale: #959595. Windows color (decimal): -10637650 or 11447901. OLE color: 11447901.

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

Color convert

RGB93174174-
CMYK0.47000.32
HSL180º33.33%52.35%-
HSV(B)180º46.55%68.24%-
XYZ27.2935.6645.49-
YUV149.78141.6687.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.09%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=21.09%
G=39.46%
B=39.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931741740.47000.3218033.3352.35
Hex5DAEAE2F0020b42134
Octal1352562565700402644164
Binary101110110101110101011101011110010000010110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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