#5CC1BA

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

Shades of Fountain Blue #5CC1BA

Tints of Fountain Blue #5CC1BA

Color information

#5CC1BA (or 0x5CC1BA) is unknown color: approx Fountain Blue. HEX triplet: 5C, C1 and BA. RGB value is (92,193,186). Sum of RGB (Red+Green+Blue) = 92+193+186=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC1BA is #A33E45. Grayscale: #A1A1A1. Windows color (decimal): -10698310 or 12239196. OLE color: 12239196.

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

Color convert

RGB92193186-
CMYK0.5200.040.24
HSL175.84º44.89%55.88%-
HSV(B)175.84º52.33%75.69%-
XYZ32.3543.9653.23-
YUV162141.5478.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.53%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=19.53%
G=40.98%
B=39.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921931860.5200.040.24175.8444.8955.88
Hex5CC1BA340418b02d38
Octal1343012726404302605570
Binary1011100110000011011101011010001001100010110000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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