#5FBFBB

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

Shades of Fountain Blue #5FBFBB

Tints of Fountain Blue #5FBFBB

Color information

#5FBFBB (or 0x5FBFBB) is unknown color: approx Fountain Blue. HEX triplet: 5F, BF and BB. RGB value is (95,191,187). Sum of RGB (Red+Green+Blue) = 95+191+187=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFBB is #A04044. Grayscale: #A1A1A1. Windows color (decimal): -10502213 or 12304223. OLE color: 12304223.

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

Color convert

RGB95191187-
CMYK0.5000.020.25
HSL177.5º42.86%56.08%-
HSV(B)177.5º50.26%74.9%-
XYZ32.3243.2853.66-
YUV161.84142.280.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.08%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=20.08%
G=40.38%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911870.5000.020.25177.542.8656.08
Hex5FBFBB320219b22b38
Octal1372772736202312625370
Binary101111110111111101110111100100101100110110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FBFBB; }

 p { color: rgb(95,191,187); }

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

<style>
 a { background-color: #5FBFBB; }

 a { background-color: rgb(95,191,187); }

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

<style>
 span { border-color: #5FBFBB; }

 span { border-color: rgb(95,191,187); }

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