#60A7B2

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

Shades of Fountain Blue #60A7B2

Tints of Fountain Blue #60A7B2

Color information

#60A7B2 (or 0x60A7B2) is unknown color: approx Fountain Blue. HEX triplet: 60, A7 and B2. RGB value is (96,167,178). Sum of RGB (Red+Green+Blue) = 96+167+178=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 178 - color contains mainly: blue. Hex color #60A7B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A7B2 is #9F584D. Grayscale: #929292. Windows color (decimal): -10442830 or 11708256. OLE color: 11708256.

HSL color Cylindrical-coordinate representation of color #60A7B2: hue angle of 188.05º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60A7B2 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96167178-
CMYK0.460.0600.30
HSL188.05º34.75%53.73%-
HSV(B)188.05º46.07%69.8%-
XYZ26.6833.3447.15-
YUV147.02145.4891.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=21.77%
G=37.87%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961671780.460.0600.30188.0534.7553.73
Hex60A7B22E601Ebc2336
Octal1402472625660362744366
Binary1100000101001111011001010111011001111010111100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,167,178); }

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

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

 a { background-color: rgb(96,167,178); }

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

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

 span { border-color: rgb(96,167,178); }

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