#70E0B7

Color #70E0B7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #70E0B7

Tints of Downy #70E0B7

Color information

#70E0B7 (or 0x70E0B7) is unknown color: approx Downy. HEX triplet: 70, E0 and B7. RGB value is (112,224,183). Sum of RGB (Red+Green+Blue) = 112+224+183=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E0B7 is #8F1F48. Grayscale: #B9B9B9. Windows color (decimal): -9379657 or 12050544. OLE color: 12050544.

HSL color Cylindrical-coordinate representation of color #70E0B7: hue angle of 158.04º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0B7 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB112224183-
CMYK0.5000.180.12
HSL158.04º64.37%65.88%-
HSV(B)158.04º50%87.84%-
XYZ41.8860.1754.21-
YUV185.84126.3975.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.58%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=21.58%
G=43.16%
B=35.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122241830.5000.180.12158.0464.3765.88
Hex70E0B732012C9e4042
Octal1603402676202214236100102
Binary1110000111000001011011111001001001011001001111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70E0B7;
 }
 .AnyTagClassName
 {
   color: #70E0B7;
 }
</style>
background-color css

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

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

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

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

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

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