#70ECBF

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

Shades of Downy #70ECBF

Tints of Downy #70ECBF

Color information

#70ECBF (or 0x70ECBF) is unknown color: approx Downy. HEX triplet: 70, EC and BF. RGB value is (112,236,191). Sum of RGB (Red+Green+Blue) = 112+236+191=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECBF is #8F1340. Grayscale: #C1C1C1. Windows color (decimal): -9376577 or 12577904. OLE color: 12577904.

HSL color Cylindrical-coordinate representation of color #70ECBF: hue angle of 158.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECBF is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB112236191-
CMYK0.5300.190.07
HSL158.23º76.54%68.24%-
HSV(B)158.23º52.54%92.55%-
XYZ46.0867.259.83-
YUV193.79126.4269.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.78%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 191 (75% from 255) = 35.44%
R=20.78%
G=43.78%
B=35.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361910.5300.190.07158.2376.5468.24
Hex70ECBF3501379e4d44
Octal160354277650237236115104
Binary111000011101100101111111101010100111111001111010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,191); }

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

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

 a { background-color: rgb(112,236,191); }

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

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

 span { border-color: rgb(112,236,191); }

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