#60A1AE

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

Shades of Fountain Blue #60A1AE

Tints of Fountain Blue #60A1AE

Color information

#60A1AE (or 0x60A1AE) is unknown color: approx Fountain Blue. HEX triplet: 60, A1 and AE. RGB value is (96,161,174). Sum of RGB (Red+Green+Blue) = 96+161+174=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #60A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A1AE is #9F5E51. Grayscale: #8E8E8E. Windows color (decimal): -10444370 or 11444576. OLE color: 11444576.

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

Color convert

RGB96161174-
CMYK0.450.0700.32
HSL190º32.5%52.94%-
HSV(B)190º44.83%68.24%-
XYZ25.2131.0344.71-
YUV143.05145.4794.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.27%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=22.27%
G=37.35%
B=40.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961611740.450.0700.3219032.552.94
Hex60A1AE2D7020be2035
Octal1402412565570402764065
Binary11000001010000110101110101101111010000010111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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