#5AC0BF

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

Shades of Fountain Blue #5AC0BF

Tints of Fountain Blue #5AC0BF

Color information

#5AC0BF (or 0x5AC0BF) is unknown color: approx Fountain Blue. HEX triplet: 5A, C0 and BF. RGB value is (90,192,191). Sum of RGB (Red+Green+Blue) = 90+192+191=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC0BF is #A53F40. Grayscale: #A1A1A1. Windows color (decimal): -10829633 or 12566618. OLE color: 12566618.

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

Color convert

RGB90192191-
CMYK0.5300.010.25
HSL179.41º44.74%55.29%-
HSV(B)179.41º53.12%75.29%-
XYZ32.4743.6356-
YUV161.39144.7177.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.03%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 191 (75% from 255) = 40.38%
R=19.03%
G=40.59%
B=40.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921910.5300.010.25179.4144.7455.29
Hex5AC0BF350119b32d37
Octal1323002776501312635567
Binary10110101100000010111111110101011100110110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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