#60A1AD

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

Shades of Fountain Blue #60A1AD

Tints of Fountain Blue #60A1AD

Color information

#60A1AD (or 0x60A1AD) is unknown color: approx Fountain Blue. HEX triplet: 60, A1 and AD. RGB value is (96,161,173). Sum of RGB (Red+Green+Blue) = 96+161+173=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #60A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A1AD is #9F5E52. Grayscale: #8E8E8E. Windows color (decimal): -10444371 or 11379040. OLE color: 11379040.

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

Color convert

RGB96161173-
CMYK0.450.0700.32
HSL189.35º31.95%52.75%-
HSV(B)189.35º44.51%67.84%-
XYZ25.1130.9944.19-
YUV142.93144.9794.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=22.33%
G=37.44%
B=40.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961611730.450.0700.32189.3531.9552.75
Hex60A1AD2D7020bd2035
Octal1402412555570402754065
Binary11000001010000110101101101101111010000010111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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