#70DFC0

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

Shades of Downy #70DFC0

Tints of Downy #70DFC0

Color information

#70DFC0 (or 0x70DFC0) is unknown color: approx Downy. HEX triplet: 70, DF and C0. RGB value is (112,223,192). Sum of RGB (Red+Green+Blue) = 112+223+192=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFC0 is #8F203F. Grayscale: #BABABA. Windows color (decimal): -9379904 or 12640112. OLE color: 12640112.

HSL color Cylindrical-coordinate representation of color #70DFC0: hue angle of 163.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFC0 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB112223192-
CMYK0.5000.140.13
HSL163.24º63.43%65.69%-
HSV(B)163.24º49.78%87.45%-
XYZ42.5860.0359.21-
YUV186.28131.2375.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.25%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=21.25%
G=42.31%
B=36.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122231920.5000.140.13163.2463.4365.69
Hex70DFC0320EDa33f42
Octal160337300620161524377102
Binary11100001101111111000000110010011101101101000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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