#5CB0AB

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

Shades of Fountain Blue #5CB0AB

Tints of Fountain Blue #5CB0AB

Color information

#5CB0AB (or 0x5CB0AB) is unknown color: approx Fountain Blue. HEX triplet: 5C, B0 and AB. RGB value is (92,176,171). Sum of RGB (Red+Green+Blue) = 92+176+171=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB0AB is #A34F54. Grayscale: #969696. Windows color (decimal): -10702677 or 11251804. OLE color: 11251804.

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

Color convert

RGB92176171-
CMYK0.4800.030.31
HSL176.43º34.71%52.55%-
HSV(B)176.43º47.73%69.02%-
XYZ27.2936.2744.09-
YUV150.31139.6786.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.96%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=20.96%
G=40.09%
B=38.95%

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
Decimal921761710.4800.030.31176.4334.7152.55
Hex5CB0AB30031Fb02335
Octal1342602536003372604365
Binary101110010110000101010111100000111111110110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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