#57BEBB

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

Shades of Fountain Blue #57BEBB

Tints of Fountain Blue #57BEBB

Color information

#57BEBB (or 0x57BEBB) is unknown color: approx Fountain Blue. HEX triplet: 57, BE and BB. RGB value is (87,190,187). Sum of RGB (Red+Green+Blue) = 87+190+187=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEBB is #A84144. Grayscale: #9E9E9E. Windows color (decimal): -11026757 or 12303959. OLE color: 12303959.

HSL color Cylindrical-coordinate representation of color #57BEBB: hue angle of 178.25º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BEBB is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB87190187-
CMYK0.5400.020.25
HSL178.25º44.21%54.31%-
HSV(B)178.25º54.21%74.51%-
XYZ31.3142.4453.56-
YUV158.86143.8876.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.75%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=18.75%
G=40.95%
B=40.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901870.5400.020.25178.2544.2154.31
Hex57BEBB360219b22c36
Octal1272762736602312625466
Binary101011110111110101110111101100101100110110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,190,187); }

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

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

 a { background-color: rgb(87,190,187); }

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

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

 span { border-color: rgb(87,190,187); }

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