#5CBDBA

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

Shades of Fountain Blue #5CBDBA

Tints of Fountain Blue #5CBDBA

Color information

#5CBDBA (or 0x5CBDBA) is unknown color: approx Fountain Blue. HEX triplet: 5C, BD and BA. RGB value is (92,189,186). Sum of RGB (Red+Green+Blue) = 92+189+186=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDBA is #A34245. Grayscale: #9F9F9F. Windows color (decimal): -10699334 or 12238172. OLE color: 12238172.

HSL color Cylindrical-coordinate representation of color #5CBDBA: hue angle of 178.14º 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 #5CBDBA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB92189186-
CMYK0.5100.020.26
HSL178.14º42.36%55.1%-
HSV(B)178.14º51.32%74.12%-
XYZ31.4742.2252.94-
YUV159.66142.8679.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.70%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=19.70%
G=40.47%
B=39.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921891860.5100.020.26178.1442.3655.1
Hex5CBDBA33021Ab22a37
Octal1342752726302322625267
Binary101110010111101101110101100110101101010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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