#70BDBF

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

Shades of Glacier #70BDBF

Tints of Glacier #70BDBF

Color information

#70BDBF (or 0x70BDBF) is unknown color: approx Glacier. HEX triplet: 70, BD and BF. RGB value is (112,189,191). Sum of RGB (Red+Green+Blue) = 112+189+191=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #70BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDBF is #8F4240. Grayscale: #A6A6A6. Windows color (decimal): -9388609 or 12565872. OLE color: 12565872.

HSL color Cylindrical-coordinate representation of color #70BDBF: hue angle of 181.52º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDBF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112189191-
CMYK0.410.0100.25
HSL181.52º38.16%59.41%-
HSV(B)181.52º41.36%74.9%-
XYZ34.2843.655.9-
YUV166.2141.9989.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 191 (75% from 255) = 38.82%
R=22.76%
G=38.41%
B=38.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121891910.410.0100.25181.5238.1659.41
Hex70BDBF291019b6263b
Octal1602752775110312664673
Binary11100001011110110111111101001101100110110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,191); }

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

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

 a { background-color: rgb(112,189,191); }

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

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

 span { border-color: rgb(112,189,191); }

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