#70DEBC

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

Shades of Downy #70DEBC

Tints of Downy #70DEBC

Color information

#70DEBC (or 0x70DEBC) is unknown color: approx Downy. HEX triplet: 70, DE and BC. RGB value is (112,222,188). Sum of RGB (Red+Green+Blue) = 112+222+188=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEBC is #8F2143. Grayscale: #B9B9B9. Windows color (decimal): -9380164 or 12377712. OLE color: 12377712.

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

Color convert

RGB112222188-
CMYK0.5000.150.13
HSL161.45º62.5%65.49%-
HSV(B)161.45º49.55%87.06%-
XYZ41.8859.3256.82-
YUV185.23129.5675.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.46%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=21.46%
G=42.53%
B=36.02%

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
Decimal1122221880.5000.150.13161.4562.565.49
Hex70DEBC320FDa13e41
Octal160336274620171524176101
Binary11100001101111010111100110010011111101101000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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