Html Css Color HEX #70ECB6 Downy

📋 copy color: '#70ECB6'

red 112 ◦ green 236 ◦ blue 182

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

Shades of Downy #70ECB6

Tints of Downy #70ECB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 21.13%
G = 44.53%
B = 34.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#70ECB6 (or 0x70ECB6) is known color: Downy. HEX triplet: 70, EC and B6. RGB value is (112,236,182). Sum of RGB (Red+Green+Blue) = 112+236+182=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECB6 is #8F1349. Grayscale: #C0C0C0. Windows color (decimal): -9376586 or 11988080. OLE color: 11988080.

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

Color convert

RGB 112 236 182 -
CMYK 0.53 0 0.23 0.07
HSL 153.87º 0.77% 0.68% -
HSV(B) 153.87º 0.53% 0.93% -
XYZ 45.12 66.81 54.77 -
YUV 192.77 121.92 70.39 -
System Red Green Blue C M Y K H S L
Decimal 112 236 182 0.53 0 0.23 0.07 153.87 0.77 0.68
Hex 70 EC B6 35 0 17 7 9A 4D 44
Octal 160 354 266 65 0 27 7 232 115 104
Binary 1110000 11101100 10110110 110101 0 10111 111 10011010 1001101 1000100

Color Harmonies of #70ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECB6

Black with #70ECB6

Text Example


Text Example

White with #70ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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