#60B3B5

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

Shades of Fountain Blue #60B3B5

Tints of Fountain Blue #60B3B5

Color information

#60B3B5 (or 0x60B3B5) is unknown color: approx Fountain Blue. HEX triplet: 60, B3 and B5. RGB value is (96,179,181). Sum of RGB (Red+Green+Blue) = 96+179+181=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #60B3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3B5 is #9F4C4A. Grayscale: #9A9A9A. Windows color (decimal): -10439755 or 11907936. OLE color: 11907936.

HSL color Cylindrical-coordinate representation of color #60B3B5: hue angle of 181.41º 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 #60B3B5 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96179181-
CMYK0.470.0100.29
HSL181.41º36.48%54.31%-
HSV(B)181.41º46.96%70.98%-
XYZ29.2838.0649.52-
YUV154.4114386.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=21.05%
G=39.25%
B=39.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961791810.470.0100.29181.4136.4854.31
Hex60B3B52F101Db52436
Octal1402632655710352654466
Binary11000001011001110110101101111101110110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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