#70BAB9

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

Shades of Fountain Blue #70BAB9

Tints of Fountain Blue #70BAB9

Color information

#70BAB9 (or 0x70BAB9) is unknown color: approx Fountain Blue. HEX triplet: 70, BA and B9. RGB value is (112,186,185). Sum of RGB (Red+Green+Blue) = 112+186+185=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAB9 is #8F4546. Grayscale: #A3A3A3. Windows color (decimal): -9389383 or 12171888. OLE color: 12171888.

HSL color Cylindrical-coordinate representation of color #70BAB9: hue angle of 179.19º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAB9 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB112186185-
CMYK0.4000.010.27
HSL179.19º34.91%58.43%-
HSV(B)179.19º39.78%72.94%-
XYZ3342.0752.28-
YUV163.76139.9891.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.19%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=23.19%
G=38.51%
B=38.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861850.4000.010.27179.1934.9158.43
Hex70BAB928011Bb3233a
Octal1602722715001332634372
Binary11100001011101010111001101000011101110110011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BAB9; }

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

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

<style>
 a { background-color: #70BAB9; }

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

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

<style>
 span { border-color: #70BAB9; }

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

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