#60B5AF

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

Shades of Fountain Blue #60B5AF

Tints of Fountain Blue #60B5AF

Color information

#60B5AF (or 0x60B5AF) is unknown color: approx Fountain Blue. HEX triplet: 60, B5 and AF. RGB value is (96,181,175). Sum of RGB (Red+Green+Blue) = 96+181+175=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5AF is #9F4A50. Grayscale: #9A9A9A. Windows color (decimal): -10439249 or 11515232. OLE color: 11515232.

HSL color Cylindrical-coordinate representation of color #60B5AF: hue angle of 175.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B5AF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB96181175-
CMYK0.4700.030.29
HSL175.76º36.48%54.31%-
HSV(B)175.76º46.96%70.98%-
XYZ29.0938.6346.48-
YUV154.9139.3485.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=21.24%
G=40.04%
B=38.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961811750.4700.030.29175.7636.4854.31
Hex60B5AF2F031Db02436
Octal1402652575703352604466
Binary110000010110101101011111011110111110110110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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