Html Css Color HEX #70E2B7 Downy

📋 copy color: '#70E2B7'

red 112 ◦ green 226 ◦ blue 183

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

Shades of Downy #70E2B7

Tints of Downy #70E2B7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 21.5%
G = 43.38%
B = 35.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#70E2B7 (or 0x70E2B7) is known color: Downy. HEX triplet: 70, E2 and B7. RGB value is (112,226,183). Sum of RGB (Red+Green+Blue) = 112+226+183=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2B7 is #8F1D48. Grayscale: #BBBBBB. Windows color (decimal): -9379145 or 12051056. OLE color: 12051056.

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

Color convert

RGB 112 226 183 -
CMYK 0.50 0 0.19 0.11
HSL 157.37º 0.66% 0.66% -
HSV(B) 157.37º 0.5% 0.89% -
XYZ 42.43 61.26 54.39 -
YUV 187.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 112 226 183 0.50 0 0.19 0.11 157.37 0.66 0.66
Hex 70 E2 B7 32 0 13 B 9D 42 42
Octal 160 342 267 62 0 23 13 235 102 102
Binary 1110000 11100010 10110111 110010 0 10011 1011 10011101 1000010 1000010

Color Harmonies of #70E2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2B7

Black with #70E2B7

Text Example


Text Example

White with #70E2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,183); }

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

background-color css

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

 a { background-color: rgb(112,226,183); }

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

border-color css

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

 span { border-color: rgb(112,226,183); }

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