#70D8B7

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

Shades of Downy #70D8B7

Tints of Downy #70D8B7

Color information

#70D8B7 (or 0x70D8B7) is unknown color: approx Downy. HEX triplet: 70, D8 and B7. RGB value is (112,216,183). Sum of RGB (Red+Green+Blue) = 112+216+183=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8B7 is #8F2748. Grayscale: #B5B5B5. Windows color (decimal): -9381705 or 12048496. OLE color: 12048496.

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

Color convert

RGB112216183-
CMYK0.4800.150.15
HSL160.96º57.14%64.31%-
HSV(B)160.96º48.15%84.71%-
XYZ39.7955.9853.51-
YUV181.14129.0478.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.92%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=21.92%
G=42.27%
B=35.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161830.4800.150.15160.9657.1464.31
Hex70D8B7300FFa13940
Octal160330267600171724171100
Binary11100001101100010110111110000011111111101000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,183); }

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

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

 a { background-color: rgb(112,216,183); }

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

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

 span { border-color: rgb(112,216,183); }

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