#70E4D4

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

Shades of Downy #70E4D4

Tints of Downy #70E4D4

Color information

#70E4D4 (or 0x70E4D4) is unknown color: approx Downy. HEX triplet: 70, E4 and D4. RGB value is (112,228,212). Sum of RGB (Red+Green+Blue) = 112+228+212=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4D4 is #8F1B2B. Grayscale: #BFBFBF. Windows color (decimal): -9378604 or 13952112. OLE color: 13952112.

HSL color Cylindrical-coordinate representation of color #70E4D4: hue angle of 171.72º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4D4 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB112228212-
CMYK0.5100.070.11
HSL171.72º68.24%66.67%-
HSV(B)171.72º50.88%89.41%-
XYZ46.3163.6972.14-
YUV191.49139.5771.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.29%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 212 (83.20% from 255) = 38.41%
R=20.29%
G=41.30%
B=38.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122282120.5100.070.11171.7268.2466.67
Hex70E4D43307Bac4443
Octal160344324630713254104103
Binary11100001110010011010100110011011110111010110010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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