#5DB0AF

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

Shades of Fountain Blue #5DB0AF

Tints of Fountain Blue #5DB0AF

Color information

#5DB0AF (or 0x5DB0AF) is unknown color: approx Fountain Blue. HEX triplet: 5D, B0 and AF. RGB value is (93,176,175). Sum of RGB (Red+Green+Blue) = 93+176+175=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB0AF is #A24F50. Grayscale: #969696. Windows color (decimal): -10637137 or 11513949. OLE color: 11513949.

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

Color convert

RGB93176175-
CMYK0.4700.010.31
HSL179.28º34.44%52.75%-
HSV(B)179.28º47.16%69.02%-
XYZ27.7836.4746.13-
YUV151.07141.586.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.95%
GREEN value IS 176 (69.14% from 255) = 39.64%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=20.95%
G=39.64%
B=39.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931761750.4700.010.31179.2834.4452.75
Hex5DB0AF2F011Fb32235
Octal1352602575701372634265
Binary10111011011000010101111101111011111110110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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