#55B6B4

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

Shades of Fountain Blue #55B6B4

Tints of Fountain Blue #55B6B4

Color information

#55B6B4 (or 0x55B6B4) is unknown color: approx Fountain Blue. HEX triplet: 55, B6 and B4. RGB value is (85,182,180). Sum of RGB (Red+Green+Blue) = 85+182+180=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #55B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6B4 is #AA494B. Grayscale: #989898. Windows color (decimal): -11159884 or 11843157. OLE color: 11843157.

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

Color convert

RGB85182180-
CMYK0.5300.010.29
HSL178.76º39.92%52.35%-
HSV(B)178.76º53.3%71.37%-
XYZ28.7138.6849.13-
YUV152.77143.3679.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=19.02%
G=40.72%
B=40.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821800.5300.010.29178.7639.9252.35
Hex55B6B435011Db32834
Octal1252662646501352635064
Binary10101011011011010110100110101011110110110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B6B4; }

 p { color: rgb(85,182,180); }

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

<style>
 a { background-color: #55B6B4; }

 a { background-color: rgb(85,182,180); }

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

<style>
 span { border-color: #55B6B4; }

 span { border-color: rgb(85,182,180); }

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