#70BCBA

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

Shades of Fountain Blue #70BCBA

Tints of Fountain Blue #70BCBA

Color information

#70BCBA (or 0x70BCBA) is unknown color: approx Fountain Blue. HEX triplet: 70, BC and BA. RGB value is (112,188,186). Sum of RGB (Red+Green+Blue) = 112+188+186=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBA is #8F4345. Grayscale: #A4A4A4. Windows color (decimal): -9388870 or 12237936. OLE color: 12237936.

HSL color Cylindrical-coordinate representation of color #70BCBA: hue angle of 178.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCBA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB112188186-
CMYK0.4000.010.26
HSL178.42º36.19%58.82%-
HSV(B)178.42º40.43%73.73%-
XYZ33.5342.9652.98-
YUV165.05139.8290.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=23.05%
G=38.68%
B=38.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881860.4000.010.26178.4236.1958.82
Hex70BCBA28011Ab2243b
Octal1602742725001322624473
Binary11100001011110010111010101000011101010110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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