#70C0C4

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

Shades of Glacier #70C0C4

Tints of Glacier #70C0C4

Color information

#70C0C4 (or 0x70C0C4) is unknown color: approx Glacier. HEX triplet: 70, C0 and C4. RGB value is (112,192,196). Sum of RGB (Red+Green+Blue) = 112+192+196=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #70C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C0C4 is #8F3F3B. Grayscale: #A8A8A8. Windows color (decimal): -9387836 or 12894320. OLE color: 12894320.

HSL color Cylindrical-coordinate representation of color #70C0C4: hue angle of 182.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C0C4 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB112192196-
CMYK0.430.0200.23
HSL182.86º41.58%60.39%-
HSV(B)182.86º42.86%76.86%-
XYZ35.545.1359.06-
YUV168.54143.587.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=22.4%
G=38.4%
B=39.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121921960.430.0200.23182.8641.5860.39
Hex70C0C42B2017b72a3c
Octal1603003045320272675274
Binary111000011000000110001001010111001011110110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,192,196); }

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

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

 a { background-color: rgb(112,192,196); }

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

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

 span { border-color: rgb(112,192,196); }

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