#70D8BC

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

Shades of Downy #70D8BC

Tints of Downy #70D8BC

Color information

#70D8BC (or 0x70D8BC) is unknown color: approx Downy. HEX triplet: 70, D8 and BC. RGB value is (112,216,188). Sum of RGB (Red+Green+Blue) = 112+216+188=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8BC is #8F2743. Grayscale: #B5B5B5. Windows color (decimal): -9381700 or 12376176. OLE color: 12376176.

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

Color convert

RGB112216188-
CMYK0.4800.130.15
HSL163.85º57.14%64.31%-
HSV(B)163.85º48.15%84.71%-
XYZ40.3256.1956.3-
YUV181.71131.5478.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=21.71%
G=41.86%
B=36.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161880.4800.130.15163.8557.1464.31
Hex70D8BC300DFa43940
Octal160330274600151724471100
Binary11100001101100010111100110000011011111101001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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