#70D1C0

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

Shades of Downy #70D1C0

Tints of Downy #70D1C0

Color information

#70D1C0 (or 0x70D1C0) is unknown color: approx Downy. HEX triplet: 70, D1 and C0. RGB value is (112,209,192). Sum of RGB (Red+Green+Blue) = 112+209+192=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #70D1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D1C0 is #8F2E3F. Grayscale: #B2B2B2. Windows color (decimal): -9383488 or 12636528. OLE color: 12636528.

HSL color Cylindrical-coordinate representation of color #70D1C0: hue angle of 169.48º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D1C0 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB112209192-
CMYK0.4600.080.18
HSL169.48º51.32%62.94%-
HSV(B)169.48º46.41%81.96%-
XYZ3952.8558.02-
YUV178.06135.8680.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=21.83%
G=40.74%
B=37.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122091920.4600.080.18169.4851.3262.94
Hex70D1C02E0812a9333f
Octal16032130056010222516377
Binary11100001101000111000000101110010001001010101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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