#60ABAE

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

Shades of Fountain Blue #60ABAE

Tints of Fountain Blue #60ABAE

Color information

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

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

Color convert

RGB96171174-
CMYK0.450.0200.32
HSL182.31º32.5%52.94%-
HSV(B)182.31º44.83%68.24%-
XYZ27.0334.6745.31-
YUV148.92142.1590.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961711740.450.0200.32182.3132.552.94
Hex60ABAE2D2020b62035
Octal1402532565520402664065
Binary1100000101010111010111010110110010000010110110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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