#5DABAC

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

Shades of Fountain Blue #5DABAC

Tints of Fountain Blue #5DABAC

Color information

#5DABAC (or 0x5DABAC) is unknown color: approx Fountain Blue. HEX triplet: 5D, AB and AC. RGB value is (93,171,172). Sum of RGB (Red+Green+Blue) = 93+171+172=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #5DABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABAC is #A25453. Grayscale: #939393. Windows color (decimal): -10638420 or 11316061. OLE color: 11316061.

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

Color convert

RGB93171172-
CMYK0.460.0100.33
HSL180.76º32.24%51.96%-
HSV(B)180.76º45.93%67.45%-
XYZ26.5234.4344.28-
YUV147.79141.6688.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.33%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=21.33%
G=39.22%
B=39.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931711720.460.0100.33180.7632.2451.96
Hex5DABAC2E1021b52034
Octal1352532545610412654064
Binary101110110101011101011001011101010000110110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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