#70ECBE

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

Shades of Downy #70ECBE

Tints of Downy #70ECBE

Color information

#70ECBE (or 0x70ECBE) is unknown color: approx Downy. HEX triplet: 70, EC and BE. RGB value is (112,236,190). Sum of RGB (Red+Green+Blue) = 112+236+190=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECBE is #8F1341. Grayscale: #C1C1C1. Windows color (decimal): -9376578 or 12512368. OLE color: 12512368.

HSL color Cylindrical-coordinate representation of color #70ECBE: hue angle of 157.74º 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 #70ECBE is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB112236190-
CMYK0.5300.190.07
HSL157.74º76.54%68.24%-
HSV(B)157.74º52.54%92.55%-
XYZ45.9767.1559.25-
YUV193.68125.9269.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.82%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=20.82%
G=43.87%
B=35.32%

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
Decimal1122361900.5300.190.07157.7476.5468.24
Hex70ECBE3501379e4d44
Octal160354276650237236115104
Binary111000011101100101111101101010100111111001111010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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