Html Css Color HEX #70E2B5 Downy

📋 copy color: '#70E2B5'

red 112 ◦ green 226 ◦ blue 181

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

Shades of Downy #70E2B5

Tints of Downy #70E2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 21.58%
G = 43.55%
B = 34.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#70E2B5 (or 0x70E2B5) is known color: Downy. HEX triplet: 70, E2 and B5. RGB value is (112,226,181). Sum of RGB (Red+Green+Blue) = 112+226+181=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2B5 is #8F1D4A. Grayscale: #BABABA. Windows color (decimal): -9379147 or 11919984. OLE color: 11919984.

HSL color Cylindrical-coordinate representation of color #70E2B5: hue angle of 156.32º 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 #70E2B5 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 181 -
CMYK 0.50 0 0.20 0.11
HSL 156.32º 0.66% 0.66% -
HSV(B) 156.32º 0.5% 0.89% -
XYZ 42.22 61.17 53.3 -
YUV 186.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 112 226 181 0.50 0 0.20 0.11 156.32 0.66 0.66
Hex 70 E2 B5 32 0 14 B 9C 42 42
Octal 160 342 265 62 0 24 13 234 102 102
Binary 1110000 11100010 10110101 110010 0 10100 1011 10011100 1000010 1000010

Color Harmonies of #70E2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2B5

Black with #70E2B5

Text Example


Text Example

White with #70E2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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