#60B6AF

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

Shades of Fountain Blue #60B6AF

Tints of Fountain Blue #60B6AF

Color information

#60B6AF (or 0x60B6AF) is unknown color: approx Fountain Blue. HEX triplet: 60, B6 and AF. RGB value is (96,182,175). Sum of RGB (Red+Green+Blue) = 96+182+175=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #60B6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B6AF is #9F4950. Grayscale: #9B9B9B. Windows color (decimal): -10438993 or 11515488. OLE color: 11515488.

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

Color convert

RGB96182175-
CMYK0.4700.040.29
HSL175.12º37.07%54.51%-
HSV(B)175.12º47.25%71.37%-
XYZ29.2939.0446.55-
YUV155.49139.0185.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=21.19%
G=40.18%
B=38.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961821750.4700.040.29175.1237.0754.51
Hex60B6AF2F041Daf2537
Octal1402662575704352574567
Binary1100000101101101010111110111101001110110101111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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