Html Css Color HEX #70EDBC Downy

📋 copy color: '#70EDBC'

red 112 ◦ green 237 ◦ blue 188

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

Shades of Downy #70EDBC

Tints of Downy #70EDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 20.86%
G = 44.13%
B = 35.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#70EDBC (or 0x70EDBC) is known color: Downy. HEX triplet: 70, ED and BC. RGB value is (112,237,188). Sum of RGB (Red+Green+Blue) = 112+237+188=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDBC is #8F1243. Grayscale: #C2C2C2. Windows color (decimal): -9376324 or 12381552. OLE color: 12381552.

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

Color convert

RGB 112 237 188 -
CMYK 0.53 0 0.21 0.07
HSL 156.48º 0.78% 0.68% -
HSV(B) 156.48º 0.53% 0.93% -
XYZ 46.04 67.64 58.21 -
YUV 194.04 124.59 69.48 -
System Red Green Blue C M Y K H S L
Decimal 112 237 188 0.53 0 0.21 0.07 156.48 0.78 0.68
Hex 70 ED BC 35 0 15 7 9C 4E 44
Octal 160 355 274 65 0 25 7 234 116 104
Binary 1110000 11101101 10111100 110101 0 10101 111 10011100 1001110 1000100

Color Harmonies of #70EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDBC

Black with #70EDBC

Text Example


Text Example

White with #70EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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