#70E6D0

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

Shades of Downy #70E6D0

Tints of Downy #70E6D0

Color information

#70E6D0 (or 0x70E6D0) is unknown color: approx Downy. HEX triplet: 70, E6 and D0. RGB value is (112,230,208). Sum of RGB (Red+Green+Blue) = 112+230+208=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6D0 is #8F192F. Grayscale: #C0C0C0. Windows color (decimal): -9378096 or 13690480. OLE color: 13690480.

HSL color Cylindrical-coordinate representation of color #70E6D0: hue angle of 168.81º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6D0 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB112230208-
CMYK0.5100.100.10
HSL168.81º70.24%67.06%-
HSV(B)168.81º51.3%90.2%-
XYZ46.3664.5969.7-
YUV192.21136.9170.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.36%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=20.36%
G=41.82%
B=37.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122302080.5100.100.10168.8170.2467.06
Hex70E6D0330AAa94643
Octal1603463206301212251106103
Binary111000011100110110100001100110101010101010100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,230,208); }

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

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

 a { background-color: rgb(112,230,208); }

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

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

 span { border-color: rgb(112,230,208); }

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