Html Css Color HEX #70ECC3 Downy

📋 copy color: '#70ECC3'

red 112 ◦ green 236 ◦ blue 195

#70ECC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #70ECC3

Tints of Downy #70ECC3

RGB

 RED value IS 112 (44.14% from 255) = 20.63%

 GREEN value IS 236 (92.58% from 255) = 43.46%

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 20.63%
G = 43.46%
B = 35.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#70ECC3 (or 0x70ECC3) is known color: Downy. HEX triplet: 70, EC and C3. RGB value is (112,236,195). Sum of RGB (Red+Green+Blue) = 112+236+195=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC3 is #8F133C. Grayscale: #C2C2C2. Windows color (decimal): -9376573 or 12840048. OLE color: 12840048.

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

Color convert

RGB 112 236 195 -
CMYK 0.53 0 0.17 0.07
HSL 160.16º 0.77% 0.68% -
HSV(B) 160.16º 0.53% 0.93% -
XYZ 46.53 67.38 62.18 -
YUV 194.25 128.42 69.33 -
System Red Green Blue C M Y K H S L
Decimal 112 236 195 0.53 0 0.17 0.07 160.16 0.77 0.68
Hex 70 EC C3 35 0 11 7 A0 4D 44
Octal 160 354 303 65 0 21 7 240 115 104
Binary 1110000 11101100 11000011 110101 0 10001 111 10100000 1001101 1000100

Color Harmonies of #70ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECC3

Black with #70ECC3

Text Example


Text Example

White with #70ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70ECC3;
 }
 .AnyTagClassName
 {
   color: #70ECC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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