#70DDD1

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

Shades of Downy #70DDD1

Tints of Downy #70DDD1

Color information

#70DDD1 (or 0x70DDD1) is unknown color: approx Downy. HEX triplet: 70, DD and D1. RGB value is (112,221,209). Sum of RGB (Red+Green+Blue) = 112+221+209=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD1 is #8F222E. Grayscale: #BABABA. Windows color (decimal): -9380399 or 13753712. OLE color: 13753712.

HSL color Cylindrical-coordinate representation of color #70DDD1: hue angle of 173.39º 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 #70DDD1 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB112221209-
CMYK0.4900.050.13
HSL173.39º61.58%65.29%-
HSV(B)173.39º49.32%86.67%-
XYZ44.0559.7669.54-
YUV187.04140.3974.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.66%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 209 (82.03% from 255) = 38.56%
R=20.66%
G=40.77%
B=38.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122212090.4900.050.13173.3961.5865.29
Hex70DDD13105Dad3e41
Octal16033532161051525576101
Binary1110000110111011101000111000101011101101011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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