#70EAC6

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

Shades of Downy #70EAC6

Tints of Downy #70EAC6

Color information

#70EAC6 (or 0x70EAC6) is unknown color: approx Downy. HEX triplet: 70, EA and C6. RGB value is (112,234,198). Sum of RGB (Red+Green+Blue) = 112+234+198=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAC6 is #8F1539. Grayscale: #C1C1C1. Windows color (decimal): -9377082 or 13036144. OLE color: 13036144.

HSL color Cylindrical-coordinate representation of color #70EAC6: hue angle of 162.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EAC6 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB112234198-
CMYK0.5200.150.08
HSL162.3º74.39%67.84%-
HSV(B)162.3º52.14%91.76%-
XYZ46.366.3763.8-
YUV193.42130.5869.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.59%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=20.59%
G=43.01%
B=36.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341980.5200.150.08162.374.3967.84
Hex70EAC6340F8a24a44
Octal1603523066401710242112104
Binary111000011101010110001101101000111110001010001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,198); }

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

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

 a { background-color: rgb(112,234,198); }

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

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

 span { border-color: rgb(112,234,198); }

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