#60ACBE

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

Shades of Fountain Blue #60ACBE

Tints of Fountain Blue #60ACBE

Color information

#60ACBE (or 0x60ACBE) is unknown color: approx Fountain Blue. HEX triplet: 60, AC and BE. RGB value is (96,172,190). Sum of RGB (Red+Green+Blue) = 96+172+190=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #60ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACBE is #9F5341. Grayscale: #979797. Windows color (decimal): -10441538 or 12495968. OLE color: 12495968.

HSL color Cylindrical-coordinate representation of color #60ACBE: hue angle of 191.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60ACBE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96172190-
CMYK0.490.0900.25
HSL191.49º41.96%56.08%-
HSV(B)191.49º49.47%74.51%-
XYZ28.8735.7154.09-
YUV151.33149.8288.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.96%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=20.96%
G=37.55%
B=41.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961721900.490.0900.25191.4941.9656.08
Hex60ACBE319019bf2a38
Octal14025427661110312775270
Binary11000001010110010111110110001100101100110111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,172,190); }

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

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

 a { background-color: rgb(96,172,190); }

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

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

 span { border-color: rgb(96,172,190); }

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