#5CC1BB

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

Shades of Fountain Blue #5CC1BB

Tints of Fountain Blue #5CC1BB

Color information

#5CC1BB (or 0x5CC1BB) is unknown color: approx Fountain Blue. HEX triplet: 5C, C1 and BB. RGB value is (92,193,187). Sum of RGB (Red+Green+Blue) = 92+193+187=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC1BB is #A33E44. Grayscale: #A2A2A2. Windows color (decimal): -10698309 or 12304732. OLE color: 12304732.

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

Color convert

RGB92193187-
CMYK0.5200.030.24
HSL176.44º44.89%55.88%-
HSV(B)176.44º52.33%75.69%-
XYZ32.454453.8-
YUV162.12142.0477.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.49%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=19.49%
G=40.89%
B=39.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921931870.5200.030.24176.4444.8955.88
Hex5CC1BB340318b02d38
Octal1343012736403302605570
Binary101110011000001101110111101000111100010110000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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