#70d6b9

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

Shades of Downy #70D6B9

Tints of Downy #70D6B9

Color information

#70D6B9 (or 0x70D6B9) is unknown color: approx Downy. HEX triplet: 70, D6 and B9. RGB value is (112,214,185). Sum of RGB (Red+Green+Blue) = 112+214+185=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D6B9 is #8F2946. Grayscale: #B4B4B4. Windows color (decimal): -9382215 or 12179056. OLE color: 12179056.

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

Color convert

RGB112214185-
CMYK0.4800.140.16
HSL162.94º55.43%63.92%-
HSV(B)162.94º47.66%83.92%-
XYZ39.4955.0454.44-
YUV180.2130.7179.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.92%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=21.92%
G=41.88%
B=36.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122141850.4800.140.16162.9455.4363.92
Hex70D6B9300E10a33740
Octal160326271600162024367100
Binary111000011010110101110011100000111010000101000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70d6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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