#70e8cd

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

Shades of Downy #70E8CD

Tints of Downy #70E8CD

Color information

#70E8CD (or 0x70E8CD) is unknown color: approx Downy. HEX triplet: 70, E8 and CD. RGB value is (112,232,205). Sum of RGB (Red+Green+Blue) = 112+232+205=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8CD is #8F1732. Grayscale: #C1C1C1. Windows color (decimal): -9377587 or 13494384. OLE color: 13494384.

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

Color convert

RGB112232205-
CMYK0.5200.120.09
HSL166.5º72.29%67.45%-
HSV(B)166.5º51.72%90.98%-
XYZ46.5665.5767.96-
YUV193.04134.7470.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.40%
GREEN value IS 232 (91.02% from 255) = 42.26%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=20.40%
G=42.26%
B=37.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122322050.5200.120.09166.572.2967.45
Hex70E8CD340C9a64843
Octal1603503156401411246110103
Binary111000011101000110011011101000110010011010011010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e8cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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