#70E7C8

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

Shades of Downy #70E7C8

Tints of Downy #70E7C8

Color information

#70E7C8 (or 0x70E7C8) is unknown color: approx Downy. HEX triplet: 70, E7 and C8. RGB value is (112,231,200). Sum of RGB (Red+Green+Blue) = 112+231+200=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7C8 is #8F1837. Grayscale: #BFBFBF. Windows color (decimal): -9377848 or 13166448. OLE color: 13166448.

HSL color Cylindrical-coordinate representation of color #70E7C8: hue angle of 164.37º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7C8 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB112231200-
CMYK0.5200.130.09
HSL164.37º71.26%67.25%-
HSV(B)164.37º51.52%90.59%-
XYZ45.6864.7764.74-
YUV191.88132.5871.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.63%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 200 (78.52% from 255) = 36.83%
R=20.63%
G=42.54%
B=36.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122312000.5200.130.09164.3771.2667.25
Hex70E7C8340D9a44743
Octal1603473106401511244107103
Binary111000011100111110010001101000110110011010010010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,200); }

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

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

 a { background-color: rgb(112,231,200); }

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

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

 span { border-color: rgb(112,231,200); }

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