#5CB1AB

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

Shades of Fountain Blue #5CB1AB

Tints of Fountain Blue #5CB1AB

Color information

#5CB1AB (or 0x5CB1AB) is unknown color: approx Fountain Blue. HEX triplet: 5C, B1 and AB. RGB value is (92,177,171). Sum of RGB (Red+Green+Blue) = 92+177+171=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB1AB is #A34E54. Grayscale: #969696. Windows color (decimal): -10702421 or 11252060. OLE color: 11252060.

HSL color Cylindrical-coordinate representation of color #5CB1AB: hue angle of 175.76º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB1AB is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB92177171-
CMYK0.4800.030.31
HSL175.76º35.27%52.75%-
HSV(B)175.76º48.02%69.41%-
XYZ27.4936.6644.16-
YUV150.9139.3485.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.91%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=20.91%
G=40.23%
B=38.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771710.4800.030.31175.7635.2752.75
Hex5CB1AB30031Fb02335
Octal1342612536003372604365
Binary101110010110001101010111100000111111110110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,177,171); }

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

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

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

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

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

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

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