#70DEC8

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

Shades of Downy #70DEC8

Tints of Downy #70DEC8

Color information

#70DEC8 (or 0x70DEC8) is unknown color: approx Downy. HEX triplet: 70, DE and C8. RGB value is (112,222,200). Sum of RGB (Red+Green+Blue) = 112+222+200=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEC8 is #8F2137. Grayscale: #BABABA. Windows color (decimal): -9380152 or 13164144. OLE color: 13164144.

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

Color convert

RGB112222200-
CMYK0.5000.100.13
HSL168º62.5%65.49%-
HSV(B)168º49.55%87.06%-
XYZ43.2359.8663.92-
YUV186.6135.5674.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.97%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=20.97%
G=41.57%
B=37.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122222000.5000.100.1316862.565.49
Hex70DEC8320ADa83e41
Octal160336310620121525076101
Binary11100001101111011001000110010010101101101010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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