#70DDCF

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

Shades of Downy #70DDCF

Tints of Downy #70DDCF

Color information

#70DDCF (or 0x70DDCF) is unknown color: approx Downy. HEX triplet: 70, DD and CF. RGB value is (112,221,207). Sum of RGB (Red+Green+Blue) = 112+221+207=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDCF is #8F2230. Grayscale: #BABABA. Windows color (decimal): -9380401 or 13622640. OLE color: 13622640.

HSL color Cylindrical-coordinate representation of color #70DDCF: hue angle of 172.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDCF is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB112221207-
CMYK0.4900.060.13
HSL172.29º61.58%65.29%-
HSV(B)172.29º49.32%86.67%-
XYZ43.859.6668.24-
YUV186.81139.3974.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.74%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=20.74%
G=40.93%
B=38.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122212070.4900.060.13172.2961.5865.29
Hex70DDCF3106Dac3e41
Octal16033531761061525476101
Binary1110000110111011100111111000101101101101011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,221,207); }

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

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

 a { background-color: rgb(112,221,207); }

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

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

 span { border-color: rgb(112,221,207); }

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