#57B7B6

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

Shades of Fountain Blue #57B7B6

Tints of Fountain Blue #57B7B6

Color information

#57B7B6 (or 0x57B7B6) is unknown color: approx Fountain Blue. HEX triplet: 57, B7 and B6. RGB value is (87,183,182). Sum of RGB (Red+Green+Blue) = 87+183+182=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #57B7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B7B6 is #A84849. Grayscale: #9A9A9A. Windows color (decimal): -11028554 or 11974487. OLE color: 11974487.

HSL color Cylindrical-coordinate representation of color #57B7B6: hue angle of 179.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B7B6 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB87183182-
CMYK0.5200.010.28
HSL179.38º40%52.94%-
HSV(B)179.38º52.46%71.76%-
XYZ29.3139.2750.29-
YUV154.18143.780.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.25%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=19.25%
G=40.49%
B=40.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal871831820.5200.010.28179.384052.94
Hex57B7B634011Cb32835
Octal1272672666401342635065
Binary10101111011011110110110110100011110010110011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57B7B6; }

 p { color: rgb(87,183,182); }

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

<style>
 a { background-color: #57B7B6; }

 a { background-color: rgb(87,183,182); }

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

<style>
 span { border-color: #57B7B6; }

 span { border-color: rgb(87,183,182); }

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