#5ABAB9

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

Shades of Fountain Blue #5ABAB9

Tints of Fountain Blue #5ABAB9

Color information

#5ABAB9 (or 0x5ABAB9) is unknown color: approx Fountain Blue. HEX triplet: 5A, BA and B9. RGB value is (90,186,185). Sum of RGB (Red+Green+Blue) = 90+186+185=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABAB9 is #A54546. Grayscale: #9D9D9D. Windows color (decimal): -10831175 or 12171866. OLE color: 12171866.

HSL color Cylindrical-coordinate representation of color #5ABAB9: hue angle of 179.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABAB9 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB90186185-
CMYK0.5200.010.27
HSL179.38º41.03%54.12%-
HSV(B)179.38º51.61%72.94%-
XYZ30.5340.7952.16-
YUV157.18143.780.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=19.52%
G=40.35%
B=40.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901861850.5200.010.27179.3841.0354.12
Hex5ABAB934011Bb32936
Octal1322722716401332635166
Binary10110101011101010111001110100011101110110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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