#70C2C2

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

Shades of Downy #70C2C2

Tints of Downy #70C2C2

Color information

#70C2C2 (or 0x70C2C2) is unknown color: approx Downy. HEX triplet: 70, C2 and C2. RGB value is (112,194,194). Sum of RGB (Red+Green+Blue) = 112+194+194=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #70C2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C2C2 is #8F3D3D. Grayscale: #A9A9A9. Windows color (decimal): -9387326 or 12763760. OLE color: 12763760.

HSL color Cylindrical-coordinate representation of color #70C2C2: hue angle of 180º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C2C2 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112194194-
CMYK0.42000.24
HSL180º40.2%60%-
HSV(B)180º42.27%76.08%-
XYZ35.7145.9258.02-
YUV169.48141.8387-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=22.4%
G=38.8%
B=38.8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121941940.42000.2418040.260
Hex70C2C22A0018b4283c
Octal1603023025200302645074
Binary11100001100001011000010101010001100010110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,194,194); }

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

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

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

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

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

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

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