#70D4B4

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

Shades of Downy #70D4B4

Tints of Downy #70D4B4

Color information

#70D4B4 (or 0x70D4B4) is unknown color: approx Downy. HEX triplet: 70, D4 and B4. RGB value is (112,212,180). Sum of RGB (Red+Green+Blue) = 112+212+180=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #70D4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D4B4 is #8F2B4B. Grayscale: #B2B2B2. Windows color (decimal): -9382732 or 11850864. OLE color: 11850864.

HSL color Cylindrical-coordinate representation of color #70D4B4: hue angle of 160.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D4B4 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB112212180-
CMYK0.4700.150.17
HSL160.8º53.76%63.53%-
HSV(B)160.8º47.17%83.14%-
XYZ38.4653.8351.54-
YUV178.45128.8780.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=22.22%
G=42.06%
B=35.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121800.4700.150.17160.853.7663.53
Hex70D4B42F0F11a13640
Octal160324264570172124166100
Binary111000011010100101101001011110111110001101000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,212,180); }

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

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

 a { background-color: rgb(112,212,180); }

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

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

 span { border-color: rgb(112,212,180); }

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