#70D9B4

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

Shades of Downy #70D9B4

Tints of Downy #70D9B4

Color information

#70D9B4 (or 0x70D9B4) is unknown color: approx Downy. HEX triplet: 70, D9 and B4. RGB value is (112,217,180). Sum of RGB (Red+Green+Blue) = 112+217+180=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D9B4 is #8F264B. Grayscale: #B5B5B5. Windows color (decimal): -9381452 or 11852144. OLE color: 11852144.

HSL color Cylindrical-coordinate representation of color #70D9B4: hue angle of 158.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D9B4 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB112217180-
CMYK0.4800.170.15
HSL158.86º58.01%64.51%-
HSV(B)158.86º48.39%85.1%-
XYZ39.7356.3751.97-
YUV181.39127.2178.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=22.00%
G=42.63%
B=35.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171800.4800.170.15158.8658.0164.51
Hex70D9B430011F9f3a41
Octal160331264600211723772101
Binary111000011011001101101001100000100011111100111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,217,180); }

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

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

 a { background-color: rgb(112,217,180); }

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

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

 span { border-color: rgb(112,217,180); }

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