#5ABABF

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

Shades of Fountain Blue #5ABABF

Tints of Fountain Blue #5ABABF

Color information

#5ABABF (or 0x5ABABF) is unknown color: approx Fountain Blue. HEX triplet: 5A, BA and BF. RGB value is (90,186,191). Sum of RGB (Red+Green+Blue) = 90+186+191=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #5ABABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABABF is #A54540. Grayscale: #9D9D9D. Windows color (decimal): -10831169 or 12565082. OLE color: 12565082.

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

Color convert

RGB90186191-
CMYK0.530.0300.25
HSL182.97º44.1%55.1%-
HSV(B)182.97º52.88%74.9%-
XYZ31.1841.0555.57-
YUV157.87146.779.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 191 (75% from 255) = 40.90%
R=19.27%
G=39.83%
B=40.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901861910.530.0300.25182.9744.155.1
Hex5ABABF353019b72c37
Octal1322722776530312675467
Binary101101010111010101111111101011101100110110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ABABF; }

 p { color: rgb(90,186,191); }

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

<style>
 a { background-color: #5ABABF; }

 a { background-color: rgb(90,186,191); }

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

<style>
 span { border-color: #5ABABF; }

 span { border-color: rgb(90,186,191); }

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