#5FADAC

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

Shades of Fountain Blue #5FADAC

Tints of Fountain Blue #5FADAC

Color information

#5FADAC (or 0x5FADAC) is unknown color: approx Fountain Blue. HEX triplet: 5F, AD and AC. RGB value is (95,173,172). Sum of RGB (Red+Green+Blue) = 95+173+172=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #5FADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FADAC is #A05253. Grayscale: #959595. Windows color (decimal): -10506836 or 11316575. OLE color: 11316575.

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

Color convert

RGB95173172-
CMYK0.4500.010.32
HSL179.23º32.23%52.55%-
HSV(B)179.23º45.09%67.84%-
XYZ27.1135.344.41-
YUV149.56140.6689.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=21.59%
G=39.32%
B=39.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731720.4500.010.32179.2332.2352.55
Hex5FADAC2D0120b32035
Octal1372552545501402634065
Binary101111110101101101011001011010110000010110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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