#70E4BE

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

Shades of Downy #70E4BE

Tints of Downy #70E4BE

Color information

#70E4BE (or 0x70E4BE) is unknown color: approx Downy. HEX triplet: 70, E4 and BE. RGB value is (112,228,190). Sum of RGB (Red+Green+Blue) = 112+228+190=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4BE is #8F1B41. Grayscale: #BDBDBD. Windows color (decimal): -9378626 or 12510320. OLE color: 12510320.

HSL color Cylindrical-coordinate representation of color #70E4BE: hue angle of 160.34º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4BE is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB112228190-
CMYK0.5100.170.11
HSL160.34º68.24%66.67%-
HSV(B)160.34º50.88%89.41%-
XYZ43.7262.6558.5-
YUV188.98128.5773.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 228 (89.45% from 255) = 43.02%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=21.13%
G=43.02%
B=35.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122281900.5100.170.11160.3468.2466.67
Hex70E4BE33011Ba04443
Octal1603442766302113240104103
Binary1110000111001001011111011001101000110111010000010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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