#60BEB6

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

Shades of Fountain Blue #60BEB6

Tints of Fountain Blue #60BEB6

Color information

#60BEB6 (or 0x60BEB6) is unknown color: approx Fountain Blue. HEX triplet: 60, BE and B6. RGB value is (96,190,182). Sum of RGB (Red+Green+Blue) = 96+190+182=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEB6 is #9F4149. Grayscale: #A0A0A0. Windows color (decimal): -10436938 or 11976288. OLE color: 11976288.

HSL color Cylindrical-coordinate representation of color #60BEB6: hue angle of 174.89º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BEB6 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB96190182-
CMYK0.4900.040.25
HSL174.89º41.96%56.08%-
HSV(B)174.89º49.47%74.51%-
XYZ31.6842.6950.83-
YUV160.98139.8681.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.51%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=20.51%
G=40.60%
B=38.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961901820.4900.040.25174.8941.9656.08
Hex60BEB6310419af2a38
Octal1402762666104312575270
Binary1100000101111101011011011000101001100110101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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