#70DEC5

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

Shades of Downy #70DEC5

Tints of Downy #70DEC5

Color information

#70DEC5 (or 0x70DEC5) is unknown color: approx Downy. HEX triplet: 70, DE and C5. RGB value is (112,222,197). Sum of RGB (Red+Green+Blue) = 112+222+197=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEC5 is #8F213A. Grayscale: #BABABA. Windows color (decimal): -9380155 or 12967536. OLE color: 12967536.

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

Color convert

RGB112222197-
CMYK0.5000.110.13
HSL166.36º62.5%65.49%-
HSV(B)166.36º49.55%87.06%-
XYZ42.8859.7262.09-
YUV186.26134.0675.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.09%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=21.09%
G=41.81%
B=37.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221970.5000.110.13166.3662.565.49
Hex70DEC5320BDa63e41
Octal160336305620131524676101
Binary11100001101111011000101110010010111101101001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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