#70BEBF

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

Shades of Glacier #70BEBF

Tints of Glacier #70BEBF

Color information

#70BEBF (or 0x70BEBF) is unknown color: approx Glacier. HEX triplet: 70, BE and BF. RGB value is (112,190,191). Sum of RGB (Red+Green+Blue) = 112+190+191=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #70BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEBF is #8F4140. Grayscale: #A6A6A6. Windows color (decimal): -9388353 or 12566128. OLE color: 12566128.

HSL color Cylindrical-coordinate representation of color #70BEBF: hue angle of 180.76º 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 #70BEBF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112190191-
CMYK0.410.0100.25
HSL180.76º38.16%59.41%-
HSV(B)180.76º41.36%74.9%-
XYZ34.544.0355.97-
YUV166.79141.6688.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 191 (75% from 255) = 38.74%
R=22.72%
G=38.54%
B=38.74%

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
Decimal1121901910.410.0100.25180.7638.1659.41
Hex70BEBF291019b5263b
Octal1602762775110312654673
Binary11100001011111010111111101001101100110110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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