#60BEBB

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

Shades of Fountain Blue #60BEBB

Tints of Fountain Blue #60BEBB

Color information

#60BEBB (or 0x60BEBB) is unknown color: approx Fountain Blue. HEX triplet: 60, BE and BB. RGB value is (96,190,187). Sum of RGB (Red+Green+Blue) = 96+190+187=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEBB is #9F4144. Grayscale: #A1A1A1. Windows color (decimal): -10436933 or 12303968. OLE color: 12303968.

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

Color convert

RGB96190187-
CMYK0.4900.020.25
HSL178.09º41.96%56.08%-
HSV(B)178.09º49.47%74.51%-
XYZ32.2142.953.6-
YUV161.55142.3681.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=20.30%
G=40.17%
B=39.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961901870.4900.020.25178.0941.9656.08
Hex60BEBB310219b22a38
Octal1402762736102312625270
Binary110000010111110101110111100010101100110110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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