#5DB3AE

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

Shades of Fountain Blue #5DB3AE

Tints of Fountain Blue #5DB3AE

Color information

#5DB3AE (or 0x5DB3AE) is unknown color: approx Fountain Blue. HEX triplet: 5D, B3 and AE. RGB value is (93,179,174). Sum of RGB (Red+Green+Blue) = 93+179+174=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB3AE is #A24C51. Grayscale: #989898. Windows color (decimal): -10636370 or 11449181. OLE color: 11449181.

HSL color Cylindrical-coordinate representation of color #5DB3AE: hue angle of 176.51º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB3AE is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB93179174-
CMYK0.4800.030.30
HSL176.51º36.13%53.33%-
HSV(B)176.51º48.04%70.2%-
XYZ28.2737.6245.82-
YUV152.72140.0185.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.85%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=20.85%
G=40.13%
B=39.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal931791740.4800.030.30176.5136.1353.33
Hex5DB3AE30031Eb12435
Octal1352632566003362614465
Binary101110110110011101011101100000111111010110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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