#5FBCB5

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

Shades of Fountain Blue #5FBCB5

Tints of Fountain Blue #5FBCB5

Color information

#5FBCB5 (or 0x5FBCB5) is unknown color: approx Fountain Blue. HEX triplet: 5F, BC and B5. RGB value is (95,188,181). Sum of RGB (Red+Green+Blue) = 95+188+181=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCB5 is #A0434A. Grayscale: #9F9F9F. Windows color (decimal): -10502987 or 11910239. OLE color: 11910239.

HSL color Cylindrical-coordinate representation of color #5FBCB5: hue angle of 175.48º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBCB5 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB95188181-
CMYK0.4900.040.26
HSL175.48º40.97%55.49%-
HSV(B)175.48º49.47%73.73%-
XYZ31.0441.7450.14-
YUV159.39140.1982.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.47%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=20.47%
G=40.52%
B=39.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881810.4900.040.26175.4840.9755.49
Hex5FBCB531041Aaf2937
Octal1372742656104322575167
Binary1011111101111001011010111000101001101010101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,188,181); }

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

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

 a { background-color: rgb(95,188,181); }

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

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

 span { border-color: rgb(95,188,181); }

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