#70D6CC

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

Shades of Downy #70D6CC

Tints of Downy #70D6CC

Color information

#70D6CC (or 0x70D6CC) is unknown color: approx Downy. HEX triplet: 70, D6 and CC. RGB value is (112,214,204). Sum of RGB (Red+Green+Blue) = 112+214+204=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D6CC is #8F2933. Grayscale: #B6B6B6. Windows color (decimal): -9382196 or 13424240. OLE color: 13424240.

HSL color Cylindrical-coordinate representation of color #70D6CC: hue angle of 174.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D6CC is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB112214204-
CMYK0.4800.050.16
HSL174.12º55.43%63.92%-
HSV(B)174.12º47.66%83.92%-
XYZ41.6355.965.72-
YUV182.36140.2177.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=21.13%
G=40.38%
B=38.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122142040.4800.050.16174.1255.4363.92
Hex70D6CC300510ae3740
Octal16032631460052025667100
Binary11100001101011011001100110000010110000101011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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