#70dfce

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

Shades of Downy #70DFCE

Tints of Downy #70DFCE

Color information

#70DFCE (or 0x70DFCE) is unknown color: approx Downy. HEX triplet: 70, DF and CE. RGB value is (112,223,206). Sum of RGB (Red+Green+Blue) = 112+223+206=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFCE is #8F2031. Grayscale: #BBBBBB. Windows color (decimal): -9379890 or 13557616. OLE color: 13557616.

HSL color Cylindrical-coordinate representation of color #70DFCE: hue angle of 170.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFCE is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB112223206-
CMYK0.5000.080.13
HSL170.81º63.43%65.69%-
HSV(B)170.81º49.78%87.45%-
XYZ44.2160.6867.77-
YUV187.87138.2373.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.70%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=20.70%
G=41.22%
B=38.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122232060.5000.080.13170.8163.4365.69
Hex70DFCE3208Dab3f42
Octal160337316620101525377102
Binary11100001101111111001110110010010001101101010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70dfce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,223,206); }

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

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

 a { background-color: rgb(112,223,206); }

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

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

 span { border-color: rgb(112,223,206); }

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