#70E2C0

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

Shades of Downy #70E2C0

Tints of Downy #70E2C0

Color information

#70E2C0 (or 0x70E2C0) is unknown color: approx Downy. HEX triplet: 70, E2 and C0. RGB value is (112,226,192). Sum of RGB (Red+Green+Blue) = 112+226+192=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2C0 is #8F1D3F. Grayscale: #BCBCBC. Windows color (decimal): -9379136 or 12640880. OLE color: 12640880.

HSL color Cylindrical-coordinate representation of color #70E2C0: hue angle of 162.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E2C0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB112226192-
CMYK0.5000.150.11
HSL162.11º66.28%66.27%-
HSV(B)162.11º50.44%88.63%-
XYZ43.3961.6459.48-
YUV188.04130.2373.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 226 (88.67% from 255) = 42.64%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=21.13%
G=42.64%
B=36.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122261920.5000.150.11162.1166.2866.27
Hex70E2C0320FBa24242
Octal1603423006201713242102102
Binary111000011100010110000001100100111110111010001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,226,192); }

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

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

 a { background-color: rgb(112,226,192); }

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

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

 span { border-color: rgb(112,226,192); }

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