#60B8BB

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

Shades of Fountain Blue #60B8BB

Tints of Fountain Blue #60B8BB

Color information

#60B8BB (or 0x60B8BB) is unknown color: approx Fountain Blue. HEX triplet: 60, B8 and BB. RGB value is (96,184,187). Sum of RGB (Red+Green+Blue) = 96+184+187=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #60B8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B8BB is #9F4744. Grayscale: #9D9D9D. Windows color (decimal): -10438469 or 12302432. OLE color: 12302432.

HSL color Cylindrical-coordinate representation of color #60B8BB: hue angle of 181.98º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B8BB is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96184187-
CMYK0.490.0200.27
HSL181.98º40.09%55.49%-
HSV(B)181.98º48.66%73.33%-
XYZ30.9340.3653.17-
YUV158.03144.3583.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=20.56%
G=39.40%
B=40.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961841870.490.0200.27181.9840.0955.49
Hex60B8BB31201Bb62837
Octal1402702736120332665067
Binary110000010111000101110111100011001101110110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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