#60BFB8

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

Shades of Fountain Blue #60BFB8

Tints of Fountain Blue #60BFB8

Color information

#60BFB8 (or 0x60BFB8) is unknown color: approx Fountain Blue. HEX triplet: 60, BF and B8. RGB value is (96,191,184). Sum of RGB (Red+Green+Blue) = 96+191+184=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFB8 is #9F4047. Grayscale: #A1A1A1. Windows color (decimal): -10436680 or 12107616. OLE color: 12107616.

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

Color convert

RGB96191184-
CMYK0.5000.040.25
HSL175.58º42.6%56.27%-
HSV(B)175.58º49.74%74.9%-
XYZ32.1143.2152-
YUV161.8140.5381.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.38%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 184 (72.27% from 255) = 39.07%
R=20.38%
G=40.55%
B=39.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911840.5000.040.25175.5842.656.27
Hex60BFB8320419b02b38
Octal1402772706204312605370
Binary1100000101111111011100011001001001100110110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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