#60B9BC

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

Shades of Fountain Blue #60B9BC

Tints of Fountain Blue #60B9BC

Color information

#60B9BC (or 0x60B9BC) is unknown color: approx Fountain Blue. HEX triplet: 60, B9 and BC. RGB value is (96,185,188). Sum of RGB (Red+Green+Blue) = 96+185+188=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #60B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9BC is #9F4643. Grayscale: #9E9E9E. Windows color (decimal): -10438212 or 12368224. OLE color: 12368224.

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

Color convert

RGB96185188-
CMYK0.490.0200.26
HSL181.96º40.71%55.69%-
HSV(B)181.96º48.94%73.73%-
XYZ31.2540.8253.81-
YUV158.73144.5183.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.47%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=20.47%
G=39.45%
B=40.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961851880.490.0200.26181.9640.7155.69
Hex60B9BC31201Ab62938
Octal1402712746120322665170
Binary110000010111001101111001100011001101010110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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