#70D8C1

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

Shades of Downy #70D8C1

Tints of Downy #70D8C1

Color information

#70D8C1 (or 0x70D8C1) is unknown color: approx Downy. HEX triplet: 70, D8 and C1. RGB value is (112,216,193). Sum of RGB (Red+Green+Blue) = 112+216+193=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8C1 is #8F273E. Grayscale: #B6B6B6. Windows color (decimal): -9381695 or 12703856. OLE color: 12703856.

HSL color Cylindrical-coordinate representation of color #70D8C1: hue angle of 166.73º 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 #70D8C1 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB112216193-
CMYK0.4800.110.15
HSL166.73º57.14%64.31%-
HSV(B)166.73º48.15%84.71%-
XYZ40.8656.4159.19-
YUV182.28134.0477.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=21.50%
G=41.46%
B=37.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161930.4800.110.15166.7357.1464.31
Hex70D8C1300BFa73940
Octal160330301600131724771100
Binary11100001101100011000001110000010111111101001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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