#70ECC2

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

Shades of Downy #70ECC2

Tints of Downy #70ECC2

Color information

#70ECC2 (or 0x70ECC2) is unknown color: approx Downy. HEX triplet: 70, EC and C2. RGB value is (112,236,194). Sum of RGB (Red+Green+Blue) = 112+236+194=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC2 is #8F133D. Grayscale: #C2C2C2. Windows color (decimal): -9376574 or 12774512. OLE color: 12774512.

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

Color convert

RGB112236194-
CMYK0.5300.180.07
HSL159.68º76.54%68.24%-
HSV(B)159.68º52.54%92.55%-
XYZ46.4267.3361.59-
YUV194.14127.9269.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.66%
GREEN value IS 236 (92.58% from 255) = 43.54%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=20.66%
G=43.54%
B=35.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361940.5300.180.07159.6876.5468.24
Hex70ECC2350127a04d44
Octal160354302650227240115104
Binary111000011101100110000101101010100101111010000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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