#60ADAC

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

Shades of Fountain Blue #60ADAC

Tints of Fountain Blue #60ADAC

Color information

#60ADAC (or 0x60ADAC) is unknown color: approx Fountain Blue. HEX triplet: 60, AD and AC. RGB value is (96,173,172). Sum of RGB (Red+Green+Blue) = 96+173+172=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #60ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADAC is #9F5253. Grayscale: #959595. Windows color (decimal): -10441300 or 11316576. OLE color: 11316576.

HSL color Cylindrical-coordinate representation of color #60ADAC: hue angle of 179.22º 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 #60ADAC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB96173172-
CMYK0.4500.010.32
HSL179.22º31.95%52.75%-
HSV(B)179.22º44.51%67.84%-
XYZ27.2135.3544.42-
YUV149.86140.4989.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=21.77%
G=39.23%
B=39.00%

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
Decimal961731720.4500.010.32179.2231.9552.75
Hex60ADAC2D0120b32035
Octal1402552545501402634065
Binary110000010101101101011001011010110000010110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60ADAC; }

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

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

<style>
 a { background-color: #60ADAC; }

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

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

<style>
 span { border-color: #60ADAC; }

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

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