#5FADB0

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

Shades of Fountain Blue #5FADB0

Tints of Fountain Blue #5FADB0

Color information

#5FADB0 (or 0x5FADB0) is unknown color: approx Fountain Blue. HEX triplet: 5F, AD and B0. RGB value is (95,173,176). Sum of RGB (Red+Green+Blue) = 95+173+176=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #5FADB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FADB0 is #A0524F. Grayscale: #959595. Windows color (decimal): -10506832 or 11578719. OLE color: 11578719.

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

Color convert

RGB95173176-
CMYK0.460.0200.31
HSL182.22º33.89%53.14%-
HSV(B)182.22º46.02%69.02%-
XYZ27.535.4546.47-
YUV150.02142.6688.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.40%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=21.40%
G=38.96%
B=39.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951731760.460.0200.31182.2233.8953.14
Hex5FADB02E201Fb62235
Octal1372552605620372664265
Binary101111110101101101100001011101001111110110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,176); }

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

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

 a { background-color: rgb(95,173,176); }

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

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

 span { border-color: rgb(95,173,176); }

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