#70D6BA

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

Shades of Downy #70D6BA

Tints of Downy #70D6BA

Color information

#70D6BA (or 0x70D6BA) is unknown color: approx Downy. HEX triplet: 70, D6 and BA. RGB value is (112,214,186). Sum of RGB (Red+Green+Blue) = 112+214+186=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D6BA is #8F2945. Grayscale: #B4B4B4. Windows color (decimal): -9382214 or 12244592. OLE color: 12244592.

HSL color Cylindrical-coordinate representation of color #70D6BA: hue angle of 163.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D6BA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB112214186-
CMYK0.4800.130.16
HSL163.53º55.43%63.92%-
HSV(B)163.53º47.66%83.92%-
XYZ39.5955.0855-
YUV180.31131.2179.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=21.88%
G=41.80%
B=36.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122141860.4800.130.16163.5355.4363.92
Hex70D6BA300D10a43740
Octal160326272600152024467100
Binary111000011010110101110101100000110110000101001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,214,186); }

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

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

 a { background-color: rgb(112,214,186); }

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

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

 span { border-color: rgb(112,214,186); }

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