Html Css Color HEX #70E2BE Downy

📋 copy color: '#70E2BE'

red 112 ◦ green 226 ◦ blue 190

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

Shades of Downy #70E2BE

Tints of Downy #70E2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 21.21%
G = 42.8%
B = 35.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#70E2BE (or 0x70E2BE) is known color: Downy. HEX triplet: 70, E2 and BE. RGB value is (112,226,190). Sum of RGB (Red+Green+Blue) = 112+226+190=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2BE is #8F1D41. Grayscale: #BBBBBB. Windows color (decimal): -9379138 or 12509808. OLE color: 12509808.

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

Color convert

RGB 112 226 190 -
CMYK 0.50 0 0.16 0.11
HSL 161.05º 0.66% 0.66% -
HSV(B) 161.05º 0.5% 0.89% -
XYZ 43.17 61.56 58.32 -
YUV 187.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 112 226 190 0.50 0 0.16 0.11 161.05 0.66 0.66
Hex 70 E2 BE 32 0 10 B A1 42 42
Octal 160 342 276 62 0 20 13 241 102 102
Binary 1110000 11100010 10111110 110010 0 10000 1011 10100001 1000010 1000010

Color Harmonies of #70E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2BE

Black with #70E2BE

Text Example


Text Example

White with #70E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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