#70DDB5

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

Shades of Downy #70DDB5

Tints of Downy #70DDB5

Color information

#70DDB5 (or 0x70DDB5) is unknown color: approx Downy. HEX triplet: 70, DD and B5. RGB value is (112,221,181). Sum of RGB (Red+Green+Blue) = 112+221+181=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDB5 is #8F224A. Grayscale: #B7B7B7. Windows color (decimal): -9380427 or 11918704. OLE color: 11918704.

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

Color convert

RGB112221181-
CMYK0.4900.180.13
HSL157.98º61.58%65.29%-
HSV(B)157.98º49.32%86.67%-
XYZ40.8858.4952.85-
YUV183.85126.3976.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=21.79%
G=43.00%
B=35.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122211810.4900.180.13157.9861.5865.29
Hex70DDB531012D9e3e41
Octal160335265610221523676101
Binary111000011011101101101011100010100101101100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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