Html Css Color HEX #70EDBF Downy

📋 copy color: '#70EDBF'

red 112 ◦ green 237 ◦ blue 191

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

Shades of Downy #70EDBF

Tints of Downy #70EDBF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 191 (75% from 255) = 35.37%

R = 20.74%
G = 43.89%
B = 35.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#70EDBF (or 0x70EDBF) is known color: Downy. HEX triplet: 70, ED and BF. RGB value is (112,237,191). Sum of RGB (Red+Green+Blue) = 112+237+191=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDBF is #8F1240. Grayscale: #C2C2C2. Windows color (decimal): -9376321 or 12578160. OLE color: 12578160.

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

Color convert

RGB 112 237 191 -
CMYK 0.53 0 0.19 0.07
HSL 157.92º 0.78% 0.68% -
HSV(B) 157.92º 0.53% 0.93% -
XYZ 46.37 67.77 59.93 -
YUV 194.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 112 237 191 0.53 0 0.19 0.07 157.92 0.78 0.68
Hex 70 ED BF 35 0 13 7 9E 4E 44
Octal 160 355 277 65 0 23 7 236 116 104
Binary 1110000 11101101 10111111 110101 0 10011 111 10011110 1001110 1000100

Color Harmonies of #70EDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDBF

Black with #70EDBF

Text Example


Text Example

White with #70EDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,191); }

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

background-color css

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

 a { background-color: rgb(112,237,191); }

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

border-color css

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

 span { border-color: rgb(112,237,191); }

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