#70E8B6

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

Shades of Downy #70E8B6

Tints of Downy #70E8B6

Color information

#70E8B6 (or 0x70E8B6) is unknown color: approx Downy. HEX triplet: 70, E8 and B6. RGB value is (112,232,182). Sum of RGB (Red+Green+Blue) = 112+232+182=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8B6 is #8F1749. Grayscale: #BEBEBE. Windows color (decimal): -9377610 or 11987056. OLE color: 11987056.

HSL color Cylindrical-coordinate representation of color #70E8B6: hue angle of 155º degrees, saturation: 0.72, 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 #70E8B6 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB112232182-
CMYK0.5200.220.09
HSL155º72.29%67.45%-
HSV(B)155º51.72%90.98%-
XYZ43.9864.5454.39-
YUV190.42123.2472.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=21.29%
G=44.11%
B=34.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122321820.5200.220.0915572.2967.45
Hex70E8B63401699b4843
Octal1603502666402611233110103
Binary1110000111010001011011011010001011010011001101110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,232,182); }

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

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

 a { background-color: rgb(112,232,182); }

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

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

 span { border-color: rgb(112,232,182); }

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