#5CC2BD

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

Shades of Fountain Blue #5CC2BD

Tints of Fountain Blue #5CC2BD

Color information

#5CC2BD (or 0x5CC2BD) is unknown color: approx Fountain Blue. HEX triplet: 5C, C2 and BD. RGB value is (92,194,189). Sum of RGB (Red+Green+Blue) = 92+194+189=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC2BD is #A33D42. Grayscale: #A2A2A2. Windows color (decimal): -10698051 or 12436060. OLE color: 12436060.

HSL color Cylindrical-coordinate representation of color #5CC2BD: hue angle of 177.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC2BD is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB92194189-
CMYK0.5300.030.24
HSL177.06º45.54%56.08%-
HSV(B)177.06º52.58%76.08%-
XYZ32.8944.5355.01-
YUV162.93142.7177.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=19.37%
G=40.84%
B=39.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921941890.5300.030.24177.0645.5456.08
Hex5CC2BD350318b12e38
Octal1343022756503302615670
Binary101110011000010101111011101010111100010110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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