#60BCB8

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

Shades of Fountain Blue #60BCB8

Tints of Fountain Blue #60BCB8

Color information

#60BCB8 (or 0x60BCB8) is unknown color: approx Fountain Blue. HEX triplet: 60, BC and B8. RGB value is (96,188,184). Sum of RGB (Red+Green+Blue) = 96+188+184=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCB8 is #9F4347. Grayscale: #9F9F9F. Windows color (decimal): -10437448 or 12106848. OLE color: 12106848.

HSL color Cylindrical-coordinate representation of color #60BCB8: hue angle of 177.39º 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 #60BCB8 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB96188184-
CMYK0.4900.020.26
HSL177.39º40.71%55.69%-
HSV(B)177.39º48.94%73.73%-
XYZ31.4641.9151.78-
YUV160.04141.5282.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.51%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=20.51%
G=40.17%
B=39.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881840.4900.020.26177.3940.7155.69
Hex60BCB831021Ab12938
Octal1402742706102322615170
Binary110000010111100101110001100010101101010110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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