#5AB9BE

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

Shades of Fountain Blue #5AB9BE

Tints of Fountain Blue #5AB9BE

Color information

#5AB9BE (or 0x5AB9BE) is unknown color: approx Fountain Blue. HEX triplet: 5A, B9 and BE. RGB value is (90,185,190). Sum of RGB (Red+Green+Blue) = 90+185+190=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9BE is #A54641. Grayscale: #9D9D9D. Windows color (decimal): -10831426 or 12499290. OLE color: 12499290.

HSL color Cylindrical-coordinate representation of color #5AB9BE: hue angle of 183º degrees, saturation: 0.43, 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 #5AB9BE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90185190-
CMYK0.530.0300.25
HSL183º43.48%54.9%-
HSV(B)183º52.63%74.51%-
XYZ30.8640.5954.92-
YUV157.16146.5380.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.35%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=19.35%
G=39.78%
B=40.86%

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
Decimal901851900.530.0300.2518343.4854.9
Hex5AB9BE353019b72b37
Octal1322712766530312675367
Binary101101010111001101111101101011101100110110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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