#5DABAF

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

Shades of Fountain Blue #5DABAF

Tints of Fountain Blue #5DABAF

Color information

#5DABAF (or 0x5DABAF) is unknown color: approx Fountain Blue. HEX triplet: 5D, AB and AF. RGB value is (93,171,175). Sum of RGB (Red+Green+Blue) = 93+171+175=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #5DABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABAF is #A25450. Grayscale: #949494. Windows color (decimal): -10638417 or 11512669. OLE color: 11512669.

HSL color Cylindrical-coordinate representation of color #5DABAF: hue angle of 182.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DABAF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB93171175-
CMYK0.470.0200.31
HSL182.93º33.88%52.55%-
HSV(B)182.93º46.86%68.63%-
XYZ26.8134.5545.81-
YUV148.13143.1688.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.18%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=21.18%
G=38.95%
B=39.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931711750.470.0200.31182.9333.8852.55
Hex5DABAF2F201Fb72235
Octal1352532575720372674265
Binary101110110101011101011111011111001111110110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,171,175); }

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

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

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

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

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

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

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