#60ADA9

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

Shades of Fountain Blue #60ADA9

Tints of Fountain Blue #60ADA9

Color information

#60ADA9 (or 0x60ADA9) is unknown color: approx Fountain Blue. HEX triplet: 60, AD and A9. RGB value is (96,173,169). Sum of RGB (Red+Green+Blue) = 96+173+169=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #60ADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADA9 is #9F5256. Grayscale: #959595. Windows color (decimal): -10441303 or 11119968. OLE color: 11119968.

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

Color convert

RGB96173169-
CMYK0.4500.020.32
HSL176.88º31.95%52.75%-
HSV(B)176.88º44.51%67.84%-
XYZ26.9335.2442.92-
YUV149.52138.9989.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=21.92%
G=39.50%
B=38.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961731690.4500.020.32176.8831.9552.75
Hex60ADA92D0220b12035
Octal1402552515502402614065
Binary1100000101011011010100110110101010000010110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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