#70BEBD

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

Shades of Glacier #70BEBD

Tints of Glacier #70BEBD

Color information

#70BEBD (or 0x70BEBD) is unknown color: approx Glacier. HEX triplet: 70, BE and BD. RGB value is (112,190,189). Sum of RGB (Red+Green+Blue) = 112+190+189=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEBD is #8F4142. Grayscale: #A6A6A6. Windows color (decimal): -9388355 or 12435056. OLE color: 12435056.

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

Color convert

RGB112190189-
CMYK0.4100.010.25
HSL179.23º37.5%59.22%-
HSV(B)179.23º41.05%74.51%-
XYZ34.2843.9554.82-
YUV166.56140.6689.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=22.81%
G=38.70%
B=38.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901890.4100.010.25179.2337.559.22
Hex70BEBD290119b3263b
Octal1602762755101312634673
Binary11100001011111010111101101001011100110110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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