#56BEB9

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

Shades of Fountain Blue #56BEB9

Tints of Fountain Blue #56BEB9

Color information

#56BEB9 (or 0x56BEB9) is unknown color: approx Fountain Blue. HEX triplet: 56, BE and B9. RGB value is (86,190,185). Sum of RGB (Red+Green+Blue) = 86+190+185=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #56BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEB9 is #A94146. Grayscale: #9E9E9E. Windows color (decimal): -11092295 or 12172886. OLE color: 12172886.

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

Color convert

RGB86190185-
CMYK0.5500.030.25
HSL177.12º44.44%54.12%-
HSV(B)177.12º54.74%74.51%-
XYZ31.0142.3152.43-
YUV158.33143.0476.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.66%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=18.66%
G=41.21%
B=40.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861901850.5500.030.25177.1244.4454.12
Hex56BEB9370319b12c36
Octal1262762716703312615466
Binary101011010111110101110011101110111100110110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BEB9; }

 p { color: rgb(86,190,185); }

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

<style>
 a { background-color: #56BEB9; }

 a { background-color: rgb(86,190,185); }

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

<style>
 span { border-color: #56BEB9; }

 span { border-color: rgb(86,190,185); }

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