#60B5BA

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

Shades of Fountain Blue #60B5BA

Tints of Fountain Blue #60B5BA

Color information

#60B5BA (or 0x60B5BA) is unknown color: approx Fountain Blue. HEX triplet: 60, B5 and BA. RGB value is (96,181,186). Sum of RGB (Red+Green+Blue) = 96+181+186=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5BA is #9F4A45. Grayscale: #9C9C9C. Windows color (decimal): -10439238 or 12236128. OLE color: 12236128.

HSL color Cylindrical-coordinate representation of color #60B5BA: hue angle of 183.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B5BA is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96181186-
CMYK0.480.0300.27
HSL183.33º39.47%55.29%-
HSV(B)183.33º48.39%72.94%-
XYZ30.2139.0852.41-
YUV156.16144.8485.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.73%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=20.73%
G=39.09%
B=40.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961811860.480.0300.27183.3339.4755.29
Hex60B5BA30301Bb72737
Octal1402652726030332674767
Binary110000010110101101110101100001101101110110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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