#5CBABF

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

Shades of Fountain Blue #5CBABF

Tints of Fountain Blue #5CBABF

Color information

#5CBABF (or 0x5CBABF) is unknown color: approx Fountain Blue. HEX triplet: 5C, BA and BF. RGB value is (92,186,191). Sum of RGB (Red+Green+Blue) = 92+186+191=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBABF is #A34540. Grayscale: #9E9E9E. Windows color (decimal): -10700097 or 12565084. OLE color: 12565084.

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

Color convert

RGB92186191-
CMYK0.520.0300.25
HSL183.03º43.61%55.49%-
HSV(B)183.03º51.83%74.9%-
XYZ31.3841.1555.58-
YUV158.46146.3680.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 191 (75% from 255) = 40.72%
R=19.62%
G=39.66%
B=40.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921861910.520.0300.25183.0343.6155.49
Hex5CBABF343019b72c37
Octal1342722776430312675467
Binary101110010111010101111111101001101100110110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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