#70DDCA

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

Shades of Downy #70DDCA

Tints of Downy #70DDCA

Color information

#70DDCA (or 0x70DDCA) is unknown color: approx Downy. HEX triplet: 70, DD and CA. RGB value is (112,221,202). Sum of RGB (Red+Green+Blue) = 112+221+202=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDCA is #8F2235. Grayscale: #BABABA. Windows color (decimal): -9380406 or 13294960. OLE color: 13294960.

HSL color Cylindrical-coordinate representation of color #70DDCA: hue angle of 169.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDCA is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB112221202-
CMYK0.4900.090.13
HSL169.54º61.58%65.29%-
HSV(B)169.54º49.32%86.67%-
XYZ43.259.4265.07-
YUV186.24136.8975.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.93%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=20.93%
G=41.31%
B=37.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122212020.4900.090.13169.5461.5865.29
Hex70DDCA3109Daa3e41
Octal160335312610111525276101
Binary11100001101110111001010110001010011101101010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,221,202); }

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

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

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

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

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

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

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