#60A7AF

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

Shades of Fountain Blue #60A7AF

Tints of Fountain Blue #60A7AF

Color information

#60A7AF (or 0x60A7AF) is unknown color: approx Fountain Blue. HEX triplet: 60, A7 and AF. RGB value is (96,167,175). Sum of RGB (Red+Green+Blue) = 96+167+175=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #60A7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A7AF is #9F5850. Grayscale: #929292. Windows color (decimal): -10442833 or 11511648. OLE color: 11511648.

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

Color convert

RGB96167175-
CMYK0.450.0500.31
HSL186.08º33.05%53.14%-
HSV(B)186.08º45.14%68.63%-
XYZ26.3833.2245.58-
YUV146.68143.9891.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=21.92%
G=38.13%
B=39.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961671750.450.0500.31186.0833.0553.14
Hex60A7AF2D501Fba2135
Octal1402472575550372724165
Binary1100000101001111010111110110110101111110111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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