#60BFB6

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

Shades of Fountain Blue #60BFB6

Tints of Fountain Blue #60BFB6

Color information

#60BFB6 (or 0x60BFB6) is unknown color: approx Fountain Blue. HEX triplet: 60, BF and B6. RGB value is (96,191,182). Sum of RGB (Red+Green+Blue) = 96+191+182=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFB6 is #9F4049. Grayscale: #A1A1A1. Windows color (decimal): -10436682 or 11976544. OLE color: 11976544.

HSL color Cylindrical-coordinate representation of color #60BFB6: hue angle of 174.32º 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 #60BFB6 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB96191182-
CMYK0.5000.050.25
HSL174.32º42.6%56.27%-
HSV(B)174.32º49.74%74.9%-
XYZ31.943.1350.9-
YUV161.57139.5381.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.47%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=20.47%
G=40.72%
B=38.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911820.5000.050.25174.3242.656.27
Hex60BFB6320519ae2b38
Octal1402772666205312565370
Binary1100000101111111011011011001001011100110101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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