#70E0B4

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

Shades of Downy #70E0B4

Tints of Downy #70E0B4

Color information

#70E0B4 (or 0x70E0B4) is unknown color: approx Downy. HEX triplet: 70, E0 and B4. RGB value is (112,224,180). Sum of RGB (Red+Green+Blue) = 112+224+180=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E0B4 is #8F1F4B. Grayscale: #B9B9B9. Windows color (decimal): -9379660 or 11853936. OLE color: 11853936.

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

Color convert

RGB112224180-
CMYK0.5000.200.12
HSL156.43º64.37%65.88%-
HSV(B)156.43º50%87.84%-
XYZ41.5860.0552.58-
YUV185.5124.8975.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 224 (87.89% from 255) = 43.41%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=21.71%
G=43.41%
B=34.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122241800.5000.200.12156.4364.3765.88
Hex70E0B432014C9c4042
Octal1603402646202414234100102
Binary1110000111000001011010011001001010011001001110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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