#60B9BA

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

Shades of Fountain Blue #60B9BA

Tints of Fountain Blue #60B9BA

Color information

#60B9BA (or 0x60B9BA) is unknown color: approx Fountain Blue. HEX triplet: 60, B9 and BA. RGB value is (96,185,186). Sum of RGB (Red+Green+Blue) = 96+185+186=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9BA is #9F4645. Grayscale: #9E9E9E. Windows color (decimal): -10438214 or 12237152. OLE color: 12237152.

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

Color convert

RGB96185186-
CMYK0.480.0100.27
HSL180.67º39.47%55.29%-
HSV(B)180.67º48.39%72.94%-
XYZ31.0440.7352.68-
YUV158.5143.5183.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=20.56%
G=39.61%
B=39.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961851860.480.0100.27180.6739.4755.29
Hex60B9BA30101Bb52737
Octal1402712726010332654767
Binary11000001011100110111010110000101101110110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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