#60ADAE

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

Shades of Fountain Blue #60ADAE

Tints of Fountain Blue #60ADAE

Color information

#60ADAE (or 0x60ADAE) is unknown color: approx Fountain Blue. HEX triplet: 60, AD and AE. RGB value is (96,173,174). Sum of RGB (Red+Green+Blue) = 96+173+174=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #60ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADAE is #9F5251. Grayscale: #969696. Windows color (decimal): -10441298 or 11447648. OLE color: 11447648.

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

Color convert

RGB96173174-
CMYK0.450.0100.32
HSL180.77º32.5%52.94%-
HSV(B)180.77º44.83%68.24%-
XYZ27.4135.4345.44-
YUV150.09141.4989.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=21.67%
G=39.05%
B=39.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961731740.450.0100.32180.7732.552.94
Hex60ADAE2D1020b52035
Octal1402552565510402654065
Binary110000010101101101011101011011010000010110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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