#55B4AF

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

Shades of Fountain Blue #55B4AF

Tints of Fountain Blue #55B4AF

Color information

#55B4AF (or 0x55B4AF) is unknown color: approx Fountain Blue. HEX triplet: 55, B4 and AF. RGB value is (85,180,175). Sum of RGB (Red+Green+Blue) = 85+180+175=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #55B4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B4AF is #AA4B50. Grayscale: #969696. Windows color (decimal): -11160401 or 11514965. OLE color: 11514965.

HSL color Cylindrical-coordinate representation of color #55B4AF: hue angle of 176.84º degrees, saturation: 0.39, 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 #55B4AF is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB85180175-
CMYK0.5300.030.29
HSL176.84º38.78%51.96%-
HSV(B)176.84º52.78%70.59%-
XYZ27.8137.6746.36-
YUV151.02141.5380.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=19.32%
G=40.91%
B=39.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801750.5300.030.29176.8438.7851.96
Hex55B4AF35031Db12734
Octal1252642576503352614764
Binary101010110110100101011111101010111110110110001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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