#5ABDBA

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

Shades of Fountain Blue #5ABDBA

Tints of Fountain Blue #5ABDBA

Color information

#5ABDBA (or 0x5ABDBA) is unknown color: approx Fountain Blue. HEX triplet: 5A, BD and BA. RGB value is (90,189,186). Sum of RGB (Red+Green+Blue) = 90+189+186=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBA is #A54245. Grayscale: #9E9E9E. Windows color (decimal): -10830406 or 12238170. OLE color: 12238170.

HSL color Cylindrical-coordinate representation of color #5ABDBA: hue angle of 178.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDBA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB90189186-
CMYK0.5200.020.26
HSL178.18º42.86%54.71%-
HSV(B)178.18º52.38%74.12%-
XYZ31.2842.1152.93-
YUV159.06143.278.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.35%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 186 (73.05% from 255) = 40%
R=19.35%
G=40.65%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901891860.5200.020.26178.1842.8654.71
Hex5ABDBA34021Ab22b37
Octal1322752726402322625367
Binary101101010111101101110101101000101101010110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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