#60BCB3

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

Shades of Fountain Blue #60BCB3

Tints of Fountain Blue #60BCB3

Color information

#60BCB3 (or 0x60BCB3) is unknown color: approx Fountain Blue. HEX triplet: 60, BC and B3. RGB value is (96,188,179). Sum of RGB (Red+Green+Blue) = 96+188+179=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCB3 is #9F434C. Grayscale: #9F9F9F. Windows color (decimal): -10437453 or 11779168. OLE color: 11779168.

HSL color Cylindrical-coordinate representation of color #60BCB3: hue angle of 174.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCB3 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB96188179-
CMYK0.4900.050.26
HSL174.13º40.71%55.69%-
HSV(B)174.13º48.94%73.73%-
XYZ30.9441.7149.07-
YUV159.47139.0282.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.73%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=20.73%
G=40.60%
B=38.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881790.4900.050.26174.1340.7155.69
Hex60BCB331051Aae2938
Octal1402742636105322565170
Binary1100000101111001011001111000101011101010101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,188,179); }

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

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

 a { background-color: rgb(96,188,179); }

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

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

 span { border-color: rgb(96,188,179); }

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