#70CDC4

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

Shades of Downy #70CDC4

Tints of Downy #70CDC4

Color information

#70CDC4 (or 0x70CDC4) is unknown color: approx Downy. HEX triplet: 70, CD and C4. RGB value is (112,205,196). Sum of RGB (Red+Green+Blue) = 112+205+196=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDC4 is #8F323B. Grayscale: #B0B0B0. Windows color (decimal): -9384508 or 12897648. OLE color: 12897648.

HSL color Cylindrical-coordinate representation of color #70CDC4: hue angle of 174.19º 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 #70CDC4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB112205196-
CMYK0.4500.040.20
HSL174.19º48.19%62.16%-
HSV(B)174.19º45.37%80.39%-
XYZ38.4851.0960.06-
YUV176.17139.1982.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=21.83%
G=39.96%
B=38.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051960.4500.040.20174.1948.1962.16
Hex70CDC42D0414ae303e
Octal1603153045504242566076
Binary1110000110011011100010010110101001010010101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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