#60BFBA

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

Shades of Fountain Blue #60BFBA

Tints of Fountain Blue #60BFBA

Color information

#60BFBA (or 0x60BFBA) is unknown color: approx Fountain Blue. HEX triplet: 60, BF and BA. RGB value is (96,191,186). Sum of RGB (Red+Green+Blue) = 96+191+186=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFBA is #9F4045. Grayscale: #A1A1A1. Windows color (decimal): -10436678 or 12238688. OLE color: 12238688.

HSL color Cylindrical-coordinate representation of color #60BFBA: hue angle of 176.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BFBA is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB96191186-
CMYK0.5000.030.25
HSL176.84º42.6%56.27%-
HSV(B)176.84º49.74%74.9%-
XYZ32.3243.2953.11-
YUV162.02141.5380.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=20.30%
G=40.38%
B=39.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911860.5000.030.25176.8442.656.27
Hex60BFBA320319b12b38
Octal1402772726203312615370
Binary110000010111111101110101100100111100110110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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