#70ded3

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

Shades of Downy #70DED3

Tints of Downy #70DED3

Color information

#70DED3 (or 0x70DED3) is unknown color: approx Downy. HEX triplet: 70, DE and D3. RGB value is (112,222,211). Sum of RGB (Red+Green+Blue) = 112+222+211=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #70DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DED3 is #8F212C. Grayscale: #BBBBBB. Windows color (decimal): -9380141 or 13885040. OLE color: 13885040.

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

Color convert

RGB112222211-
CMYK0.5000.050.13
HSL174º62.5%65.49%-
HSV(B)174º49.55%87.06%-
XYZ44.5660.3970.94-
YUV187.86141.0673.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.55%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=20.55%
G=40.73%
B=38.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122222110.5000.050.1317462.565.49
Hex70DED33205Dae3e41
Octal16033632362051525676101
Binary1110000110111101101001111001001011101101011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ded3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,211); }

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

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

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

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

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

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

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