#60AFAD

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

Shades of Fountain Blue #60AFAD

Tints of Fountain Blue #60AFAD

Color information

#60AFAD (or 0x60AFAD) is unknown color: approx Fountain Blue. HEX triplet: 60, AF and AD. RGB value is (96,175,173). Sum of RGB (Red+Green+Blue) = 96+175+173=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFAD is #9F5052. Grayscale: #979797. Windows color (decimal): -10440787 or 11382624. OLE color: 11382624.

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

Color convert

RGB96175173-
CMYK0.4500.010.31
HSL178.48º33.05%53.14%-
HSV(B)178.48º45.14%68.63%-
XYZ27.736.1645.06-
YUV151.15140.3388.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=21.62%
G=39.41%
B=38.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751730.4500.010.31178.4833.0553.14
Hex60AFAD2D011Fb22135
Octal1402572555501372624165
Binary11000001010111110101101101101011111110110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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