Html Css Color HEX #70E0B6 Downy

📋 copy color: '#70E0B6'

red 112 ◦ green 224 ◦ blue 182

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

Shades of Downy #70E0B6

Tints of Downy #70E0B6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

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

R = 21.62%
G = 43.24%
B = 35.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#70E0B6 (or 0x70E0B6) is known color: Downy. HEX triplet: 70, E0 and B6. RGB value is (112,224,182). Sum of RGB (Red+Green+Blue) = 112+224+182=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E0B6 is #8F1F49. Grayscale: #B9B9B9. Windows color (decimal): -9379658 or 11985008. OLE color: 11985008.

HSL color Cylindrical-coordinate representation of color #70E0B6: hue angle of 157.5º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0B6 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 182 -
CMYK 0.50 0 0.19 0.12
HSL 157.5º 0.64% 0.66% -
HSV(B) 157.5º 0.5% 0.88% -
XYZ 41.78 60.13 53.66 -
YUV 185.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 112 224 182 0.50 0 0.19 0.12 157.5 0.64 0.66
Hex 70 E0 B6 32 0 13 C 9E 40 42
Octal 160 340 266 62 0 23 14 236 100 102
Binary 1110000 11100000 10110110 110010 0 10011 1100 10011110 1000000 1000010

Color Harmonies of #70E0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E0B6

Black with #70E0B6

Text Example


Text Example

White with #70E0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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