#5CBCBC

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

Shades of Fountain Blue #5CBCBC

Tints of Fountain Blue #5CBCBC

Color information

#5CBCBC (or 0x5CBCBC) is unknown color: approx Fountain Blue. HEX triplet: 5C, BC and BC. RGB value is (92,188,188). Sum of RGB (Red+Green+Blue) = 92+188+188=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #5CBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCBC is #A34343. Grayscale: #9F9F9F. Windows color (decimal): -10699588 or 12368988. OLE color: 12368988.

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

Color convert

RGB92188188-
CMYK0.51000.26
HSL180º41.74%54.9%-
HSV(B)180º51.06%73.73%-
XYZ31.4741.8754-
YUV159.3144.280-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.66%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=19.66%
G=40.17%
B=40.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921881880.51000.2618041.7454.9
Hex5CBCBC33001Ab42a37
Octal1342742746300322645267
Binary10111001011110010111100110011001101010110100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,188); }

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

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

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

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

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

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

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