#70CDCC

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

Shades of Downy #70CDCC

Tints of Downy #70CDCC

Color information

#70CDCC (or 0x70CDCC) is unknown color: approx Downy. HEX triplet: 70, CD and CC. RGB value is (112,205,204). Sum of RGB (Red+Green+Blue) = 112+205+204=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDCC is #8F3233. Grayscale: #B0B0B0. Windows color (decimal): -9384500 or 13421936. OLE color: 13421936.

HSL color Cylindrical-coordinate representation of color #70CDCC: hue angle of 179.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDCC is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB112205204-
CMYK0.4500.000.20
HSL179.35º48.19%62.16%-
HSV(B)179.35º45.37%80.39%-
XYZ39.4151.4764.98-
YUV177.08143.1981.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=21.50%
G=39.35%
B=39.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122052040.4500.000.20179.3548.1962.16
Hex70CDCC2D0014b3303e
Octal1603153145500242636076
Binary11100001100110111001100101101001010010110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,204); }

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

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

 a { background-color: rgb(112,205,204); }

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

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

 span { border-color: rgb(112,205,204); }

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