#60B5B0

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

Shades of Fountain Blue #60B5B0

Tints of Fountain Blue #60B5B0

Color information

#60B5B0 (or 0x60B5B0) is unknown color: approx Fountain Blue. HEX triplet: 60, B5 and B0. RGB value is (96,181,176). Sum of RGB (Red+Green+Blue) = 96+181+176=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5B0 is #9F4A4F. Grayscale: #9A9A9A. Windows color (decimal): -10439248 or 11580768. OLE color: 11580768.

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

Color convert

RGB96181176-
CMYK0.4700.030.29
HSL176.47º36.48%54.31%-
HSV(B)176.47º46.96%70.98%-
XYZ29.1838.6747-
YUV155.01139.8485.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=21.19%
G=39.96%
B=38.85%

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
Decimal961811760.4700.030.29176.4736.4854.31
Hex60B5B02F031Db02436
Octal1402652605703352604466
Binary110000010110101101100001011110111110110110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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