#60AEAD

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

Shades of Fountain Blue #60AEAD

Tints of Fountain Blue #60AEAD

Color information

#60AEAD (or 0x60AEAD) is unknown color: approx Fountain Blue. HEX triplet: 60, AE and AD. RGB value is (96,174,173). Sum of RGB (Red+Green+Blue) = 96+174+173=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEAD is #9F5152. Grayscale: #969696. Windows color (decimal): -10441043 or 11382368. OLE color: 11382368.

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

Color convert

RGB96174173-
CMYK0.4500.010.32
HSL179.23º32.5%52.94%-
HSV(B)179.23º44.83%68.24%-
XYZ27.535.7844.99-
YUV150.56140.6689.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=21.67%
G=39.28%
B=39.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961741730.4500.010.32179.2332.552.94
Hex60AEAD2D0120b32035
Octal1402562555501402634065
Binary110000010101110101011011011010110000010110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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