#5DABAD

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

Shades of Fountain Blue #5DABAD

Tints of Fountain Blue #5DABAD

Color information

#5DABAD (or 0x5DABAD) is unknown color: approx Fountain Blue. HEX triplet: 5D, AB and AD. RGB value is (93,171,173). Sum of RGB (Red+Green+Blue) = 93+171+173=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #5DABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABAD is #A25452. Grayscale: #939393. Windows color (decimal): -10638419 or 11381597. OLE color: 11381597.

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

Color convert

RGB93171173-
CMYK0.460.0100.32
HSL181.5º32.79%52.16%-
HSV(B)181.5º46.24%67.84%-
XYZ26.6234.4744.79-
YUV147.91142.1688.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.28%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=21.28%
G=39.13%
B=39.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931711730.460.0100.32181.532.7952.16
Hex5DABAD2E1020b62134
Octal1352532555610402664164
Binary101110110101011101011011011101010000010110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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