#70D1BC

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

Shades of Downy #70D1BC

Tints of Downy #70D1BC

Color information

#70D1BC (or 0x70D1BC) is unknown color: approx Downy. HEX triplet: 70, D1 and BC. RGB value is (112,209,188). Sum of RGB (Red+Green+Blue) = 112+209+188=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #70D1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D1BC is #8F2E43. Grayscale: #B1B1B1. Windows color (decimal): -9383492 or 12374384. OLE color: 12374384.

HSL color Cylindrical-coordinate representation of color #70D1BC: hue angle of 167.01º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D1BC is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB112209188-
CMYK0.4600.100.18
HSL167.01º51.32%62.94%-
HSV(B)167.01º46.41%81.96%-
XYZ38.5652.6855.71-
YUV177.6133.8681.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=22.00%
G=41.06%
B=36.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122091880.4600.100.18167.0151.3262.94
Hex70D1BC2E0A12a7333f
Octal16032127456012222476377
Binary11100001101000110111100101110010101001010100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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