#60AEAB

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

Shades of Fountain Blue #60AEAB

Tints of Fountain Blue #60AEAB

Color information

#60AEAB (or 0x60AEAB) is unknown color: approx Fountain Blue. HEX triplet: 60, AE and AB. RGB value is (96,174,171). Sum of RGB (Red+Green+Blue) = 96+174+171=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEAB is #9F5154. Grayscale: #969696. Windows color (decimal): -10441045 or 11251296. OLE color: 11251296.

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

Color convert

RGB96174171-
CMYK0.4500.020.32
HSL177.69º32.5%52.94%-
HSV(B)177.69º44.83%68.24%-
XYZ27.3135.743.98-
YUV150.34139.6689.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=21.77%
G=39.46%
B=38.78%

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
Decimal961741710.4500.020.32177.6932.552.94
Hex60AEAB2D0220b22035
Octal1402562535502402624065
Binary1100000101011101010101110110101010000010110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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