#70E6CD

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

Shades of Downy #70E6CD

Tints of Downy #70E6CD

Color information

#70E6CD (or 0x70E6CD) is unknown color: approx Downy. HEX triplet: 70, E6 and CD. RGB value is (112,230,205). Sum of RGB (Red+Green+Blue) = 112+230+205=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6CD is #8F1932. Grayscale: #BFBFBF. Windows color (decimal): -9378099 or 13493872. OLE color: 13493872.

HSL color Cylindrical-coordinate representation of color #70E6CD: hue angle of 167.29º 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 #70E6CD is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB112230205-
CMYK0.5100.110.10
HSL167.29º70.24%67.06%-
HSV(B)167.29º51.3%90.2%-
XYZ4664.4567.77-
YUV191.87135.4171.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.48%
GREEN value IS 230 (90.23% from 255) = 42.05%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=20.48%
G=42.05%
B=37.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122302050.5100.110.10167.2970.2467.06
Hex70E6CD330BAa74643
Octal1603463156301312247106103
Binary111000011100110110011011100110101110101010011110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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