#5CBFBE

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

Shades of Fountain Blue #5CBFBE

Tints of Fountain Blue #5CBFBE

Color information

#5CBFBE (or 0x5CBFBE) is unknown color: approx Fountain Blue. HEX triplet: 5C, BF and BE. RGB value is (92,191,190). Sum of RGB (Red+Green+Blue) = 92+191+190=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFBE is #A34041. Grayscale: #A1A1A1. Windows color (decimal): -10698818 or 12500828. OLE color: 12500828.

HSL color Cylindrical-coordinate representation of color #5CBFBE: hue angle of 179.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBFBE is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB92191190-
CMYK0.5200.010.25
HSL179.39º43.61%55.49%-
HSV(B)179.39º51.83%74.9%-
XYZ32.3443.2555.36-
YUV161.28144.278.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.45%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=19.45%
G=40.38%
B=40.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911900.5200.010.25179.3943.6155.49
Hex5CBFBE340119b32c37
Octal1342772766401312635467
Binary10111001011111110111110110100011100110110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,190); }

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

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

 a { background-color: rgb(92,191,190); }

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

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

 span { border-color: rgb(92,191,190); }

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