#5DB1AB

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

Shades of Fountain Blue #5DB1AB

Tints of Fountain Blue #5DB1AB

Color information

#5DB1AB (or 0x5DB1AB) is unknown color: approx Fountain Blue. HEX triplet: 5D, B1 and AB. RGB value is (93,177,171). Sum of RGB (Red+Green+Blue) = 93+177+171=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB1AB is #A24E54. Grayscale: #979797. Windows color (decimal): -10636885 or 11252061. OLE color: 11252061.

HSL color Cylindrical-coordinate representation of color #5DB1AB: hue angle of 175.71º degrees, saturation: 0.35, 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 #5DB1AB is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB93177171-
CMYK0.4700.030.31
HSL175.71º35%52.94%-
HSV(B)175.71º47.46%69.41%-
XYZ27.5936.7144.16-
YUV151.2139.1786.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.09%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=21.09%
G=40.14%
B=38.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931771710.4700.030.31175.713552.94
Hex5DB1AB2F031Fb02335
Octal1352612535703372604365
Binary101110110110001101010111011110111111110110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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