#60AEAF

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

Shades of Fountain Blue #60AEAF

Tints of Fountain Blue #60AEAF

Color information

#60AEAF (or 0x60AEAF) is unknown color: approx Fountain Blue. HEX triplet: 60, AE and AF. RGB value is (96,174,175). Sum of RGB (Red+Green+Blue) = 96+174+175=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #60AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEAF is #9F5150. Grayscale: #969696. Windows color (decimal): -10441041 or 11513440. OLE color: 11513440.

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

Color convert

RGB96174175-
CMYK0.450.0100.31
HSL180.76º33.05%53.14%-
HSV(B)180.76º45.14%68.63%-
XYZ27.735.8546.02-
YUV150.79141.6688.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=21.57%
G=39.10%
B=39.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961741750.450.0100.31180.7633.0553.14
Hex60AEAF2D101Fb52135
Octal1402562575510372654165
Binary11000001010111010101111101101101111110110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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