#60A4AF

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

Shades of Fountain Blue #60A4AF

Tints of Fountain Blue #60A4AF

Color information

#60A4AF (or 0x60A4AF) is unknown color: approx Fountain Blue. HEX triplet: 60, A4 and AF. RGB value is (96,164,175). Sum of RGB (Red+Green+Blue) = 96+164+175=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #60A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A4AF is #9F5B50. Grayscale: #909090. Windows color (decimal): -10443601 or 11510880. OLE color: 11510880.

HSL color Cylindrical-coordinate representation of color #60A4AF: hue angle of 188.35º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A4AF is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96164175-
CMYK0.450.0600.31
HSL188.35º33.05%53.14%-
HSV(B)188.35º45.14%68.63%-
XYZ25.8432.1345.4-
YUV144.92144.9793.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=22.07%
G=37.70%
B=40.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961641750.450.0600.31188.3533.0553.14
Hex60A4AF2D601Fbc2135
Octal1402442575560372744165
Binary1100000101001001010111110110111001111110111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,175); }

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

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

 a { background-color: rgb(96,164,175); }

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

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

 span { border-color: rgb(96,164,175); }

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