#5CBFBD

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

Shades of Fountain Blue #5CBFBD

Tints of Fountain Blue #5CBFBD

Color information

#5CBFBD (or 0x5CBFBD) is unknown color: approx Fountain Blue. HEX triplet: 5C, BF and BD. RGB value is (92,191,189). Sum of RGB (Red+Green+Blue) = 92+191+189=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFBD is #A34042. Grayscale: #A1A1A1. Windows color (decimal): -10698819 or 12435292. OLE color: 12435292.

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

Color convert

RGB92191189-
CMYK0.5200.010.25
HSL178.79º43.61%55.49%-
HSV(B)178.79º51.83%74.9%-
XYZ32.2343.2154.79-
YUV161.17143.778.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.49%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=19.49%
G=40.47%
B=40.04%

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
Decimal921911890.5200.010.25178.7943.6155.49
Hex5CBFBD340119b32c37
Octal1342772756401312635467
Binary10111001011111110111101110100011100110110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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