#70DEBD

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

Shades of Downy #70DEBD

Tints of Downy #70DEBD

Color information

#70DEBD (or 0x70DEBD) is unknown color: approx Downy. HEX triplet: 70, DE and BD. RGB value is (112,222,189). Sum of RGB (Red+Green+Blue) = 112+222+189=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEBD is #8F2142. Grayscale: #B9B9B9. Windows color (decimal): -9380163 or 12443248. OLE color: 12443248.

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

Color convert

RGB112222189-
CMYK0.5000.150.13
HSL162º62.5%65.49%-
HSV(B)162º49.55%87.06%-
XYZ41.9959.3657.39-
YUV185.35130.0675.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=21.41%
G=42.45%
B=36.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221890.5000.150.1316262.565.49
Hex70DEBD320FDa23e41
Octal160336275620171524276101
Binary11100001101111010111101110010011111101101000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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