#70DDB4

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

Shades of Downy #70DDB4

Tints of Downy #70DDB4

Color information

#70DDB4 (or 0x70DDB4) is unknown color: approx Downy. HEX triplet: 70, DD and B4. RGB value is (112,221,180). Sum of RGB (Red+Green+Blue) = 112+221+180=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDB4 is #8F224B. Grayscale: #B7B7B7. Windows color (decimal): -9380428 or 11853168. OLE color: 11853168.

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

Color convert

RGB112221180-
CMYK0.4900.190.13
HSL157.43º61.58%65.29%-
HSV(B)157.43º49.32%86.67%-
XYZ40.7858.4552.31-
YUV183.74125.8976.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=21.83%
G=43.08%
B=35.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122211800.4900.190.13157.4361.5865.29
Hex70DDB431013D9d3e41
Octal160335264610231523576101
Binary111000011011101101101001100010100111101100111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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